Html Css Color HEX #CEDD63 Goldenrod

📋 copy color: '#CEDD63'

red 206 ◦ green 221 ◦ blue 99

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

Shades of Goldenrod #CEDD63

Tints of Goldenrod #CEDD63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 18.82%

R = 39.16%
G = 42.02%
B = 18.82%

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

#CEDD63 (or 0xCEDD63) is known color: Goldenrod. HEX triplet: CE, DD and 63. RGB value is (206,221,99). Sum of RGB (Red+Green+Blue) = 206+221+99=526 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.16% from 526); Green value is 221 (86.72% from 255 or 42.02% from 526); Blue value is 99 (39.06% from 255 or 18.82% from 526); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDD63 is #31229C. Grayscale: #CBCBCB. Windows color (decimal): -3220125 or 6544846. OLE color: 6544846.

HSL color Cylindrical-coordinate representation of color #CEDD63: hue angle of 67.38º 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 #CEDD63 is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 221 99 -
CMYK 0.07 0 0.55 0.13
HSL 67.38º 0.64% 0.63% -
HSV(B) 67.38º 0.55% 0.87% -
XYZ 53.56 65.74 21.67 -
YUV 202.61 69.53 130.42 -
System Red Green Blue C M Y K H S L
Decimal 206 221 99 0.07 0 0.55 0.13 67.38 0.64 0.63
Hex CE DD 63 7 0 37 D 43 40 3F
Octal 316 335 143 7 0 67 15 103 100 77
Binary 11001110 11011101 1100011 111 0 110111 1101 1000011 1000000 111111

Color Harmonies of #CEDD63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDD63

Black with #CEDD63

Text Example


Text Example

White with #CEDD63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDD63; }

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

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

background-color css

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

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

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

border-color css

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

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

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