Html Css Color HEX #CEDD5F Goldenrod

📋 copy color: '#CEDD5F'

red 206 ◦ green 221 ◦ blue 95

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

Shades of Goldenrod #CEDD5F

Tints of Goldenrod #CEDD5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 18.2%

R = 39.46%
G = 42.34%
B = 18.2%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#CEDD5F (or 0xCEDD5F) is known color: Goldenrod. HEX triplet: CE, DD and 5F. RGB value is (206,221,95). Sum of RGB (Red+Green+Blue) = 206+221+95=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 221 (86.72% from 255 or 42.34% from 522); Blue value is 95 (37.5% from 255 or 18.20% from 522); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDD5F is #3122A0. Grayscale: #CACACA. Windows color (decimal): -3220129 or 6282702. OLE color: 6282702.

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

Color convert

RGB 206 221 95 -
CMYK 0.07 0 0.57 0.13
HSL 67.14º 0.65% 0.62% -
HSV(B) 67.14º 0.57% 0.87% -
XYZ 53.38 65.66 20.69 -
YUV 202.15 67.53 130.75 -
System Red Green Blue C M Y K H S L
Decimal 206 221 95 0.07 0 0.57 0.13 67.14 0.65 0.62
Hex CE DD 5F 7 0 39 D 43 41 3E
Octal 316 335 137 7 0 71 15 103 101 76
Binary 11001110 11011101 1011111 111 0 111001 1101 1000011 1000001 111110

Color Harmonies of #CEDD5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDD5F

Black with #CEDD5F

Text Example


Text Example

White with #CEDD5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDD5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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