Html Css Color HEX #CECB69 Goldenrod

📋 copy color: '#CECB69'

red 206 ◦ green 203 ◦ blue 105

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

Shades of Goldenrod #CECB69

Tints of Goldenrod #CECB69

RGB

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

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

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

R = 40.08%
G = 39.49%
B = 20.43%

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

#CECB69 (or 0xCECB69) is known color: Goldenrod. HEX triplet: CE, CB and 69. RGB value is (206,203,105). Sum of RGB (Red+Green+Blue) = 206+203+105=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 203 (79.69% from 255 or 39.49% from 514); Blue value is 105 (41.41% from 255 or 20.43% from 514); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECB69 is #313496. Grayscale: #C1C1C1. Windows color (decimal): -3224727 or 6933454. OLE color: 6933454.

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

Color convert

RGB 206 203 105 -
CMYK 0 0.01 0.49 0.19
HSL 58.22º 0.51% 0.61% -
HSV(B) 58.22º 0.49% 0.81% -
XYZ 49.36 56.85 21.74 -
YUV 192.73 78.49 137.47 -
System Red Green Blue C M Y K H S L
Decimal 206 203 105 0 0.01 0.49 0.19 58.22 0.51 0.61
Hex CE CB 69 0 1 31 13 3A 33 3D
Octal 316 313 151 0 1 61 23 72 63 75
Binary 11001110 11001011 1101001 0 1 110001 10011 111010 110011 111101

Color Harmonies of #CECB69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECB69

Black with #CECB69

Text Example


Text Example

White with #CECB69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECB69; }

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

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

background-color css

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

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

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

border-color css

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

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

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