#CFDD61

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

Shades of Goldenrod #CFDD61

Tints of Goldenrod #CFDD61

Color information

#CFDD61 (or 0xCFDD61) is unknown color: approx Goldenrod. HEX triplet: CF, DD and 61. RGB value is (207,221,97). Sum of RGB (Red+Green+Blue) = 207+221+97=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 221 (86.72% from 255 or 42.10% from 525); Blue value is 97 (38.28% from 255 or 18.48% from 525); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDD61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDD61 is #30229E. Grayscale: #CBCBCB. Windows color (decimal): -3154591 or 6413775. OLE color: 6413775.

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

Color convert

RGB20722197-
CMYK0.0600.560.13
HSL66.77º64.58%62.35%-
HSV(B)66.77º56.11%86.67%-
XYZ53.7565.8421.19-
YUV202.6868.36131.08-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.43%
GREEN value IS 221 (86.72% from 255) = 42.10%
BLUE value IS 97 (38.28% from 255) = 18.48%
R=39.43%
G=42.10%
B=18.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal207221970.0600.560.1366.7764.5862.35
HexCFDD616038D43413e
Octal31733514160701510310176
Binary110011111101110111000011100111000110110000111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDD61; }

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

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

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

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

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

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

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

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