#CFDD70

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

Shades of Goldenrod #CFDD70

Tints of Goldenrod #CFDD70

Color information

#CFDD70 (or 0xCFDD70) is unknown color: approx Goldenrod. HEX triplet: CF, DD and 70. RGB value is (207,221,112). Sum of RGB (Red+Green+Blue) = 207+221+112=540 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.33% from 540); Green value is 221 (86.72% from 255 or 40.93% from 540); Blue value is 112 (44.14% from 255 or 20.74% from 540); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDD70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDD70 is #30228F. Grayscale: #CCCCCC. Windows color (decimal): -3154576 or 7396815. OLE color: 7396815.

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

Color convert

RGB207221112-
CMYK0.0600.490.13
HSL67.71º61.58%65.29%-
HSV(B)67.71º49.32%86.67%-
XYZ54.5166.1525.22-
YUV204.3975.86129.86-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.33%
GREEN value IS 221 (86.72% from 255) = 40.93%
BLUE value IS 112 (44.14% from 255) = 20.74%
R=38.33%
G=40.93%
B=20.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2072211120.0600.490.1367.7161.5865.29
HexCFDD706031D443e41
Octal31733516060611510476101
Binary110011111101110111100001100110001110110001001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDD70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDD70; }

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

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

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

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

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

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

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

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