Html Css Color HEX #CECC6A Goldenrod

📋 copy color: '#CECC6A'

red 206 ◦ green 204 ◦ blue 106

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

Shades of Goldenrod #CECC6A

Tints of Goldenrod #CECC6A

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.53%

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

R = 39.92%
G = 39.53%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CECC6A (or 0xCECC6A) is known color: Goldenrod. HEX triplet: CE, CC and 6A. RGB value is (206,204,106). Sum of RGB (Red+Green+Blue) = 206+204+106=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 204 (80.08% from 255 or 39.53% from 516); Blue value is 106 (41.80% from 255 or 20.54% from 516); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECC6A is #313395. Grayscale: #C1C1C1. Windows color (decimal): -3224470 or 6999246. OLE color: 6999246.

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

Color convert

RGB 206 204 106 -
CMYK 0 0.01 0.49 0.19
HSL 58.8º 0.51% 0.61% -
HSV(B) 58.8º 0.49% 0.81% -
XYZ 49.65 57.35 22.09 -
YUV 193.43 78.66 136.97 -
System Red Green Blue C M Y K H S L
Decimal 206 204 106 0 0.01 0.49 0.19 58.8 0.51 0.61
Hex CE CC 6A 0 1 31 13 3B 33 3D
Octal 316 314 152 0 1 61 23 73 63 75
Binary 11001110 11001100 1101010 0 1 110001 10011 111011 110011 111101

Color Harmonies of #CECC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECC6A

Black with #CECC6A

Text Example


Text Example

White with #CECC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECC6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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