Html Css Color HEX #CECC69 Goldenrod

📋 copy color: '#CECC69'

red 206 ◦ green 204 ◦ blue 105

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

Shades of Goldenrod #CECC69

Tints of Goldenrod #CECC69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 20.39%

R = 40%
G = 39.61%
B = 20.39%

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

#CECC69 (or 0xCECC69) is known color: Goldenrod. HEX triplet: CE, CC and 69. RGB value is (206,204,105). Sum of RGB (Red+Green+Blue) = 206+204+105=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 204 (80.08% from 255 or 39.61% from 515); Blue value is 105 (41.41% from 255 or 20.39% from 515); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECC69 is #313396. Grayscale: #C1C1C1. Windows color (decimal): -3224471 or 6933710. OLE color: 6933710.

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

Color convert

RGB 206 204 105 -
CMYK 0 0.01 0.49 0.19
HSL 58.81º 0.51% 0.61% -
HSV(B) 58.81º 0.49% 0.81% -
XYZ 49.6 57.33 21.82 -
YUV 193.31 78.16 137.05 -
System Red Green Blue C M Y K H S L
Decimal 206 204 105 0 0.01 0.49 0.19 58.81 0.51 0.61
Hex CE CC 69 0 1 31 13 3B 33 3D
Octal 316 314 151 0 1 61 23 73 63 75
Binary 11001110 11001100 1101001 0 1 110001 10011 111011 110011 111101

Color Harmonies of #CECC69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECC69

Black with #CECC69

Text Example


Text Example

White with #CECC69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECC69; }

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

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

background-color css

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

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

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

border-color css

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

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

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