Html Css Color HEX #CECD6A Goldenrod

📋 copy color: '#CECD6A'

red 206 ◦ green 205 ◦ blue 106

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

Shades of Goldenrod #CECD6A

Tints of Goldenrod #CECD6A

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.65%

 BLUE value IS 106 (41.8% from 255) = 20.5%

R = 39.85%
G = 39.65%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CECD6A (or 0xCECD6A) is known color: Goldenrod. HEX triplet: CE, CD and 6A. RGB value is (206,205,106). Sum of RGB (Red+Green+Blue) = 206+205+106=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 205 (80.47% from 255 or 39.65% from 517); Blue value is 106 (41.80% from 255 or 20.50% from 517); Max value from RGB is 206 - color contains mainly: red. Hex color #CECD6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECD6A is #313295. Grayscale: #C2C2C2. Windows color (decimal): -3224214 or 6999502. OLE color: 6999502.

HSL color Cylindrical-coordinate representation of color #CECD6A: hue angle of 59.4º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CECD6A is Cyan = 0, Magento = 0.00, Yellow = 0.49 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 205 106 -
CMYK 0 0.00 0.49 0.19
HSL 59.4º 0.51% 0.61% -
HSV(B) 59.4º 0.49% 0.81% -
XYZ 49.89 57.83 22.17 -
YUV 194.01 78.33 136.55 -
System Red Green Blue C M Y K H S L
Decimal 206 205 106 0 0.00 0.49 0.19 59.4 0.51 0.61
Hex CE CD 6A 0 0 31 13 3B 33 3D
Octal 316 315 152 0 0 61 23 73 63 75
Binary 11001110 11001101 1101010 0 0 110001 10011 111011 110011 111101

Color Harmonies of #CECD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECD6A

Black with #CECD6A

Text Example


Text Example

White with #CECD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECD6A; }

 p { color: rgb(206,205,106); }

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

background-color css

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

 a { background-color: rgb(206,205,106); }

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

border-color css

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

 span { border-color: rgb(206,205,106); }

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