Html Css Color HEX #CECA6A Goldenrod

📋 copy color: '#CECA6A'

red 206 ◦ green 202 ◦ blue 106

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

Shades of Goldenrod #CECA6A

Tints of Goldenrod #CECA6A

RGB

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

 GREEN value IS 202 (79.3% from 255) = 39.3%

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

R = 40.08%
G = 39.3%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CECA6A (or 0xCECA6A) is known color: Goldenrod. HEX triplet: CE, CA and 6A. RGB value is (206,202,106). Sum of RGB (Red+Green+Blue) = 206+202+106=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 202 (79.30% from 255 or 39.30% from 514); Blue value is 106 (41.80% from 255 or 20.62% from 514); Max value from RGB is 206 - color contains mainly: red. Hex color #CECA6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECA6A is #313595. Grayscale: #C0C0C0. Windows color (decimal): -3224982 or 6998734. OLE color: 6998734.

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

Color convert

RGB 206 202 106 -
CMYK 0 0.02 0.49 0.19
HSL 57.6º 0.51% 0.61% -
HSV(B) 57.6º 0.49% 0.81% -
XYZ 49.18 56.4 21.93 -
YUV 192.25 79.33 137.81 -
System Red Green Blue C M Y K H S L
Decimal 206 202 106 0 0.02 0.49 0.19 57.6 0.51 0.61
Hex CE CA 6A 0 2 31 13 3A 33 3D
Octal 316 312 152 0 2 61 23 72 63 75
Binary 11001110 11001010 1101010 0 10 110001 10011 111010 110011 111101

Color Harmonies of #CECA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECA6A

Black with #CECA6A

Text Example


Text Example

White with #CECA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECA6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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