Html Css Color HEX #CEDD72 Goldenrod

📋 copy color: '#CEDD72'

red 206 ◦ green 221 ◦ blue 114

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

Shades of Goldenrod #CEDD72

Tints of Goldenrod #CEDD72

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.85%

 BLUE value IS 114 (44.92% from 255) = 21.07%

R = 38.08%
G = 40.85%
B = 21.07%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#CEDD72 (or 0xCEDD72) is known color: Goldenrod. HEX triplet: CE, DD and 72. RGB value is (206,221,114). Sum of RGB (Red+Green+Blue) = 206+221+114=541 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.08% from 541); Green value is 221 (86.72% from 255 or 40.85% from 541); Blue value is 114 (44.92% from 255 or 21.07% from 541); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDD72 is #31228D. Grayscale: #CCCCCC. Windows color (decimal): -3220110 or 7527886. OLE color: 7527886.

HSL color Cylindrical-coordinate representation of color #CEDD72: hue angle of 68.41º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CEDD72 is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 221 114 -
CMYK 0.07 0 0.48 0.13
HSL 68.41º 0.61% 0.66% -
HSV(B) 68.41º 0.48% 0.87% -
XYZ 54.35 66.05 25.8 -
YUV 204.32 77.03 129.2 -
System Red Green Blue C M Y K H S L
Decimal 206 221 114 0.07 0 0.48 0.13 68.41 0.61 0.66
Hex CE DD 72 7 0 30 D 44 3D 42
Octal 316 335 162 7 0 60 15 104 75 102
Binary 11001110 11011101 1110010 111 0 110000 1101 1000100 111101 1000010

Color Harmonies of #CEDD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDD72

Black with #CEDD72

Text Example


Text Example

White with #CEDD72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDD72; }

 p { color: rgb(206,221,114); }

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

background-color css

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

 a { background-color: rgb(206,221,114); }

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

border-color css

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

 span { border-color: rgb(206,221,114); }

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