Html Css Color HEX #CECB6E Goldenrod

📋 copy color: '#CECB6E'

red 206 ◦ green 203 ◦ blue 110

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

Shades of Goldenrod #CECB6E

Tints of Goldenrod #CECB6E

RGB

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

 GREEN value IS 203 (79.69% from 255) = 39.11%

 BLUE value IS 110 (43.36% from 255) = 21.19%

R = 39.69%
G = 39.11%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CECB6E (or 0xCECB6E) is known color: Goldenrod. HEX triplet: CE, CB and 6E. RGB value is (206,203,110). Sum of RGB (Red+Green+Blue) = 206+203+110=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 203 (79.69% from 255 or 39.11% from 519); Blue value is 110 (43.36% from 255 or 21.19% from 519); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECB6E is #313491. Grayscale: #C1C1C1. Windows color (decimal): -3224722 or 7261134. OLE color: 7261134.

HSL color Cylindrical-coordinate representation of color #CECB6E: hue angle of 58.12º degrees, saturation: 0.49, 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 #CECB6E is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 203 110 -
CMYK 0 0.01 0.47 0.19
HSL 58.13º 0.49% 0.62% -
HSV(B) 58.13º 0.47% 0.81% -
XYZ 49.62 56.96 23.13 -
YUV 193.3 80.99 137.06 -
System Red Green Blue C M Y K H S L
Decimal 206 203 110 0 0.01 0.47 0.19 58.13 0.49 0.62
Hex CE CB 6E 0 1 2F 13 3A 31 3E
Octal 316 313 156 0 1 57 23 72 61 76
Binary 11001110 11001011 1101110 0 1 101111 10011 111010 110001 111110

Color Harmonies of #CECB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECB6E

Black with #CECB6E

Text Example


Text Example

White with #CECB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECB6E; }

 p { color: rgb(206,203,110); }

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

background-color css

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

 a { background-color: rgb(206,203,110); }

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

border-color css

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

 span { border-color: rgb(206,203,110); }

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