Html Css Color HEX #CEDC66 Goldenrod

📋 copy color: '#CEDC66'

red 206 ◦ green 220 ◦ blue 102

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

Shades of Goldenrod #CEDC66

Tints of Goldenrod #CEDC66

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.67%

 BLUE value IS 102 (40.23% from 255) = 19.32%

R = 39.02%
G = 41.67%
B = 19.32%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#CEDC66 (or 0xCEDC66) is known color: Goldenrod. HEX triplet: CE, DC and 66. RGB value is (206,220,102). Sum of RGB (Red+Green+Blue) = 206+220+102=528 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.02% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 102 (40.23% from 255 or 19.32% from 528); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDC66 is #312399. Grayscale: #CACACA. Windows color (decimal): -3220378 or 6741198. OLE color: 6741198.

HSL color Cylindrical-coordinate representation of color #CEDC66: hue angle of 67.12º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CEDC66 is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 220 102 -
CMYK 0.06 0 0.54 0.14
HSL 67.12º 0.63% 0.63% -
HSV(B) 67.12º 0.54% 0.86% -
XYZ 53.45 65.27 22.35 -
YUV 202.36 71.36 130.59 -
System Red Green Blue C M Y K H S L
Decimal 206 220 102 0.06 0 0.54 0.14 67.12 0.63 0.63
Hex CE DC 66 6 0 36 E 43 3F 3F
Octal 316 334 146 6 0 66 16 103 77 77
Binary 11001110 11011100 1100110 110 0 110110 1110 1000011 111111 111111

Color Harmonies of #CEDC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDC66

Black with #CEDC66

Text Example


Text Example

White with #CEDC66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDC66; }

 p { color: rgb(206,220,102); }

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

background-color css

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

 a { background-color: rgb(206,220,102); }

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

border-color css

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

 span { border-color: rgb(206,220,102); }

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