Html Css Color HEX #CEDD75 Goldenrod

📋 copy color: '#CEDD75'

red 206 ◦ green 221 ◦ blue 117

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

Shades of Goldenrod #CEDD75

Tints of Goldenrod #CEDD75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.51%

R = 37.87%
G = 40.63%
B = 21.51%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#CEDD75 (or 0xCEDD75) is known color: Goldenrod. HEX triplet: CE, DD and 75. RGB value is (206,221,117). Sum of RGB (Red+Green+Blue) = 206+221+117=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 221 (86.72% from 255 or 40.62% from 544); Blue value is 117 (46.09% from 255 or 21.51% from 544); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDD75 is #31228A. Grayscale: #CDCDCD. Windows color (decimal): -3220107 or 7724494. OLE color: 7724494.

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

Color convert

RGB 206 221 117 -
CMYK 0.07 0 0.47 0.13
HSL 68.65º 0.6% 0.66% -
HSV(B) 68.65º 0.47% 0.87% -
XYZ 54.52 66.12 26.72 -
YUV 204.66 78.53 128.96 -
System Red Green Blue C M Y K H S L
Decimal 206 221 117 0.07 0 0.47 0.13 68.65 0.6 0.66
Hex CE DD 75 7 0 2F D 45 3C 42
Octal 316 335 165 7 0 57 15 105 74 102
Binary 11001110 11011101 1110101 111 0 101111 1101 1000101 111100 1000010

Color Harmonies of #CEDD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDD75

Black with #CEDD75

Text Example


Text Example

White with #CEDD75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDD75; }

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

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

background-color css

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

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

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

border-color css

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

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

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