Html Css Color HEX #CEDC61 Goldenrod

📋 copy color: '#CEDC61'

red 206 ◦ green 220 ◦ blue 97

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

Shades of Goldenrod #CEDC61

Tints of Goldenrod #CEDC61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.55%

R = 39.39%
G = 42.07%
B = 18.55%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#CEDC61 (or 0xCEDC61) is known color: Goldenrod. HEX triplet: CE, DC and 61. RGB value is (206,220,97). Sum of RGB (Red+Green+Blue) = 206+220+97=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 220 (86.33% from 255 or 42.07% from 523); Blue value is 97 (38.28% from 255 or 18.55% from 523); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDC61 is #31239E. Grayscale: #CACACA. Windows color (decimal): -3220383 or 6413518. OLE color: 6413518.

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

Color convert

RGB 206 220 97 -
CMYK 0.06 0 0.56 0.14
HSL 66.83º 0.64% 0.62% -
HSV(B) 66.83º 0.56% 0.86% -
XYZ 53.2 65.17 21.08 -
YUV 201.79 68.86 131 -
System Red Green Blue C M Y K H S L
Decimal 206 220 97 0.06 0 0.56 0.14 66.83 0.64 0.62
Hex CE DC 61 6 0 38 E 43 40 3E
Octal 316 334 141 6 0 70 16 103 100 76
Binary 11001110 11011100 1100001 110 0 111000 1110 1000011 1000000 111110

Color Harmonies of #CEDC61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDC61

Black with #CEDC61

Text Example


Text Example

White with #CEDC61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDC61; }

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

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

background-color css

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

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

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

border-color css

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

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

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