Html Css Color HEX #CEDD64 Goldenrod

📋 copy color: '#CEDD64'

red 206 ◦ green 221 ◦ blue 100

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

Shades of Goldenrod #CEDD64

Tints of Goldenrod #CEDD64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.98%

R = 39.09%
G = 41.94%
B = 18.98%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#CEDD64 (or 0xCEDD64) is known color: Goldenrod. HEX triplet: CE, DD and 64. RGB value is (206,221,100). Sum of RGB (Red+Green+Blue) = 206+221+100=527 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.09% from 527); Green value is 221 (86.72% from 255 or 41.94% from 527); Blue value is 100 (39.45% from 255 or 18.98% from 527); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDD64 is #31229B. Grayscale: #CBCBCB. Windows color (decimal): -3220124 or 6610382. OLE color: 6610382.

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

Color convert

RGB 206 221 100 -
CMYK 0.07 0 0.55 0.13
HSL 67.44º 0.64% 0.63% -
HSV(B) 67.44º 0.55% 0.87% -
XYZ 53.61 65.75 21.92 -
YUV 202.72 70.03 130.34 -
System Red Green Blue C M Y K H S L
Decimal 206 221 100 0.07 0 0.55 0.13 67.44 0.64 0.63
Hex CE DD 64 7 0 37 D 43 40 3F
Octal 316 335 144 7 0 67 15 103 100 77
Binary 11001110 11011101 1100100 111 0 110111 1101 1000011 1000000 111111

Color Harmonies of #CEDD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDD64

Black with #CEDD64

Text Example


Text Example

White with #CEDD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDD64; }

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

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

background-color css

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

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

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

border-color css

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

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

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