Html Css Color HEX #CEB04A Sundance

📋 copy color: '#CEB04A'

red 206 ◦ green 176 ◦ blue 74

#CEB04A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sundance #CEB04A

Tints of Sundance #CEB04A

RGB

 RED value IS 206 (80.86% from 255) = 45.18%

 GREEN value IS 176 (69.14% from 255) = 38.6%

 BLUE value IS 74 (29.3% from 255) = 16.23%

R = 45.18%
G = 38.6%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.64

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CEB04A (or 0xCEB04A) is known color: Sundance. HEX triplet: CE, B0 and 4A. RGB value is (206,176,74). Sum of RGB (Red+Green+Blue) = 206+176+74=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 176 (69.14% from 255 or 38.60% from 456); Blue value is 74 (29.30% from 255 or 16.23% from 456); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB04A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEB04A is #314FB5. Grayscale: #ADADAD. Windows color (decimal): -3231670 or 4894926. OLE color: 4894926.

HSL color Cylindrical-coordinate representation of color #CEB04A: hue angle of 46.36º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CEB04A is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 176 74 -
CMYK 0 0.15 0.64 0.19
HSL 46.36º 0.57% 0.55% -
HSV(B) 46.36º 0.64% 0.81% -
XYZ 42.21 44.67 12.88 -
YUV 173.34 71.94 151.29 -
System Red Green Blue C M Y K H S L
Decimal 206 176 74 0 0.15 0.64 0.19 46.36 0.57 0.55
Hex CE B0 4A 0 F 40 13 2E 39 37
Octal 316 260 112 0 17 100 23 56 71 67
Binary 11001110 10110000 1001010 0 1111 1000000 10011 101110 111001 110111

Color Harmonies of #CEB04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB04A

Black with #CEB04A

Text Example


Text Example

White with #CEB04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB04A; }

 p { color: rgb(206,176,74); }

 H1.HeaderClassName
 {
   color: #CEB04A;
 }
 .AnyTagClassName
 {
   color: #CEB04A;
 }
</style>

background-color css

<style>
 a { background-color: #CEB04A; }

 a { background-color: rgb(206,176,74); }

 div.DivClassName
 {
   background-color: #CEB04A;
 }
 .BgClassName
 {
   background-color: #CEB04A;
 }
</style>

border-color css

<style>
 span { border-color: #CEB04A; }

 span { border-color: rgb(206,176,74); }

 td.TdClassName
 {
   border-color: #CEB04A;
 }
 .TagClassName
 {
   border-color: #CEB04A;
 }
</style>