Html Css Color HEX #CEC96D Goldenrod

📋 copy color: '#CEC96D'

red 206 ◦ green 201 ◦ blue 109

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

Shades of Goldenrod #CEC96D

Tints of Goldenrod #CEC96D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.95%

 BLUE value IS 109 (42.97% from 255) = 21.12%

R = 39.92%
G = 38.95%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CEC96D (or 0xCEC96D) is known color: Goldenrod. HEX triplet: CE, C9 and 6D. RGB value is (206,201,109). Sum of RGB (Red+Green+Blue) = 206+201+109=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 201 (78.91% from 255 or 38.95% from 516); Blue value is 109 (42.97% from 255 or 21.12% from 516); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC96D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC96D is #313692. Grayscale: #C0C0C0. Windows color (decimal): -3225235 or 7195086. OLE color: 7195086.

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

Color convert

RGB 206 201 109 -
CMYK 0 0.02 0.47 0.19
HSL 56.91º 0.5% 0.62% -
HSV(B) 56.91º 0.47% 0.81% -
XYZ 49.1 56 22.69 -
YUV 192.01 81.16 137.98 -
System Red Green Blue C M Y K H S L
Decimal 206 201 109 0 0.02 0.47 0.19 56.91 0.5 0.62
Hex CE C9 6D 0 2 2F 13 39 32 3E
Octal 316 311 155 0 2 57 23 71 62 76
Binary 11001110 11001001 1101101 0 10 101111 10011 111001 110010 111110

Color Harmonies of #CEC96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC96D

Black with #CEC96D

Text Example


Text Example

White with #CEC96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC96D; }

 p { color: rgb(206,201,109); }

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

background-color css

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

 a { background-color: rgb(206,201,109); }

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

border-color css

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

 span { border-color: rgb(206,201,109); }

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