Html Css Color HEX #CEDC77 Goldenrod

📋 copy color: '#CEDC77'

red 206 ◦ green 220 ◦ blue 119

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

Shades of Goldenrod #CEDC77

Tints of Goldenrod #CEDC77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 21.83%

R = 37.8%
G = 40.37%
B = 21.83%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#CEDC77 (or 0xCEDC77) is known color: Goldenrod. HEX triplet: CE, DC and 77. RGB value is (206,220,119). Sum of RGB (Red+Green+Blue) = 206+220+119=545 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.80% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 119 (46.88% from 255 or 21.83% from 545); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDC77 is #312388. Grayscale: #CCCCCC. Windows color (decimal): -3220361 or 7855310. OLE color: 7855310.

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

Color convert

RGB 206 220 119 -
CMYK 0.06 0 0.46 0.14
HSL 68.32º 0.59% 0.66% -
HSV(B) 68.32º 0.46% 0.86% -
XYZ 54.38 65.64 27.26 -
YUV 204.3 79.86 129.21 -
System Red Green Blue C M Y K H S L
Decimal 206 220 119 0.06 0 0.46 0.14 68.32 0.59 0.66
Hex CE DC 77 6 0 2E E 44 3B 42
Octal 316 334 167 6 0 56 16 104 73 102
Binary 11001110 11011100 1110111 110 0 101110 1110 1000100 111011 1000010

Color Harmonies of #CEDC77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDC77

Black with #CEDC77

Text Example


Text Example

White with #CEDC77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDC77; }

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

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

background-color css

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

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

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

border-color css

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

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

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