Html Css Color HEX #CEDD61 Goldenrod

📋 copy color: '#CEDD61'

red 206 ◦ green 221 ◦ blue 97

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

Shades of Goldenrod #CEDD61

Tints of Goldenrod #CEDD61

RGB

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

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

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

R = 39.31%
G = 42.18%
B = 18.51%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#CEDD61 (or 0xCEDD61) is known color: Goldenrod. HEX triplet: CE, DD and 61. RGB value is (206,221,97). Sum of RGB (Red+Green+Blue) = 206+221+97=524 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.31% from 524); Green value is 221 (86.72% from 255 or 42.18% from 524); Blue value is 97 (38.28% from 255 or 18.51% from 524); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDD61 is #31229E. Grayscale: #CACACA. Windows color (decimal): -3220127 or 6413774. OLE color: 6413774.

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

Color convert

RGB 206 221 97 -
CMYK 0.07 0 0.56 0.13
HSL 67.26º 0.65% 0.62% -
HSV(B) 67.26º 0.56% 0.87% -
XYZ 53.47 65.7 21.17 -
YUV 202.38 68.53 130.58 -
System Red Green Blue C M Y K H S L
Decimal 206 221 97 0.07 0 0.56 0.13 67.26 0.65 0.62
Hex CE DD 61 7 0 38 D 43 41 3E
Octal 316 335 141 7 0 70 15 103 101 76
Binary 11001110 11011101 1100001 111 0 111000 1101 1000011 1000001 111110

Color Harmonies of #CEDD61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDD61

Black with #CEDD61

Text Example


Text Example

White with #CEDD61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDD61; }

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

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

background-color css

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

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

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

border-color css

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

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

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