#CFDD75

Color #CFDD75 Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Goldenrod #CFDD75

Tints of Goldenrod #CFDD75

Color information

#CFDD75 (or 0xCFDD75) is unknown color: approx Goldenrod. HEX triplet: CF, DD and 75. RGB value is (207,221,117). Sum of RGB (Red+Green+Blue) = 207+221+117=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 221 (86.72% from 255 or 40.55% from 545); Blue value is 117 (46.09% from 255 or 21.47% from 545); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDD75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDD75 is #30228A. Grayscale: #CDCDCD. Windows color (decimal): -3154571 or 7724495. OLE color: 7724495.

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

Color convert

RGB207221117-
CMYK0.0600.470.13
HSL68.08º60.47%66.27%-
HSV(B)68.08º47.06%86.67%-
XYZ54.866.2626.73-
YUV204.9678.36129.46-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.98%
GREEN value IS 221 (86.72% from 255) = 40.55%
BLUE value IS 117 (46.09% from 255) = 21.47%
R=37.98%
G=40.55%
B=21.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2072211170.0600.470.1368.0860.4766.27
HexCFDD75602FD443c42
Octal31733516560571510474102
Binary110011111101110111101011100101111110110001001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDD75; }

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

 H1.HeaderClassName
 {
   color: #CFDD75;
 }
 .AnyTagClassName
 {
   color: #CFDD75;
 }
</style>
background-color css

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

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

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

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

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

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