#CFDD69

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

Shades of Goldenrod #CFDD69

Tints of Goldenrod #CFDD69

Color information

#CFDD69 (or 0xCFDD69) is unknown color: approx Goldenrod. HEX triplet: CF, DD and 69. RGB value is (207,221,105). Sum of RGB (Red+Green+Blue) = 207+221+105=533 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.84% from 533); Green value is 221 (86.72% from 255 or 41.46% from 533); Blue value is 105 (41.41% from 255 or 19.70% from 533); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDD69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDD69 is #302296. Grayscale: #CCCCCC. Windows color (decimal): -3154583 or 6938063. OLE color: 6938063.

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

Color convert

RGB207221105-
CMYK0.0600.520.13
HSL67.24º63.04%63.92%-
HSV(B)67.24º52.49%86.67%-
XYZ54.146623.25-
YUV203.5972.36130.43-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.84%
GREEN value IS 221 (86.72% from 255) = 41.46%
BLUE value IS 105 (41.41% from 255) = 19.70%
R=38.84%
G=41.46%
B=19.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2072211050.0600.520.1367.2463.0463.92
HexCFDD696034D433f40
Octal31733515160641510377100
Binary110011111101110111010011100110100110110000111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDD69; }

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

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

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

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

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

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

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

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