Html Css Color HEX #CECB6A Goldenrod

📋 copy color: '#CECB6A'

red 206 ◦ green 203 ◦ blue 106

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

Shades of Goldenrod #CECB6A

Tints of Goldenrod #CECB6A

RGB

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

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

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

R = 40%
G = 39.42%
B = 20.58%

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

#CECB6A (or 0xCECB6A) is known color: Goldenrod. HEX triplet: CE, CB and 6A. RGB value is (206,203,106). Sum of RGB (Red+Green+Blue) = 206+203+106=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 203 (79.69% from 255 or 39.42% from 515); Blue value is 106 (41.80% from 255 or 20.58% from 515); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECB6A is #313495. Grayscale: #C1C1C1. Windows color (decimal): -3224726 or 6998990. OLE color: 6998990.

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

Color convert

RGB 206 203 106 -
CMYK 0 0.01 0.49 0.19
HSL 58.2º 0.51% 0.61% -
HSV(B) 58.2º 0.49% 0.81% -
XYZ 49.41 56.87 22.01 -
YUV 192.84 78.99 137.39 -
System Red Green Blue C M Y K H S L
Decimal 206 203 106 0 0.01 0.49 0.19 58.2 0.51 0.61
Hex CE CB 6A 0 1 31 13 3A 33 3D
Octal 316 313 152 0 1 61 23 72 63 75
Binary 11001110 11001011 1101010 0 1 110001 10011 111010 110011 111101

Color Harmonies of #CECB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECB6A

Black with #CECB6A

Text Example


Text Example

White with #CECB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECB6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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