Html Css Color HEX #CEB04F Sundance

📋 copy color: '#CEB04F'

red 206 ◦ green 176 ◦ blue 79

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

Shades of Sundance #CEB04F

Tints of Sundance #CEB04F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 17.14%

R = 44.69%
G = 38.18%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#CEB04F (or 0xCEB04F) is known color: Sundance. HEX triplet: CE, B0 and 4F. RGB value is (206,176,79). Sum of RGB (Red+Green+Blue) = 206+176+79=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 176 (69.14% from 255 or 38.18% from 461); Blue value is 79 (31.25% from 255 or 17.14% from 461); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB04F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB04F is #314FB0. Grayscale: #AEAEAE. Windows color (decimal): -3231665 or 5222606. OLE color: 5222606.

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

Color convert

RGB 206 176 79 -
CMYK 0 0.15 0.62 0.19
HSL 45.83º 0.56% 0.56% -
HSV(B) 45.83º 0.62% 0.81% -
XYZ 42.39 44.74 13.8 -
YUV 173.91 74.44 150.89 -
System Red Green Blue C M Y K H S L
Decimal 206 176 79 0 0.15 0.62 0.19 45.83 0.56 0.56
Hex CE B0 4F 0 F 3E 13 2E 38 38
Octal 316 260 117 0 17 76 23 56 70 70
Binary 11001110 10110000 1001111 0 1111 111110 10011 101110 111000 111000

Color Harmonies of #CEB04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB04F

Black with #CEB04F

Text Example


Text Example

White with #CEB04F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB04F; }

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

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

background-color css

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

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

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

border-color css

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

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

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