#CFDD68

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

Shades of Goldenrod #CFDD68

Tints of Goldenrod #CFDD68

Color information

#CFDD68 (or 0xCFDD68) is unknown color: approx Goldenrod. HEX triplet: CF, DD and 68. RGB value is (207,221,104). Sum of RGB (Red+Green+Blue) = 207+221+104=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 221 (86.72% from 255 or 41.54% from 532); Blue value is 104 (41.02% from 255 or 19.55% from 532); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDD68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDD68 is #302297. Grayscale: #CBCBCB. Windows color (decimal): -3154584 or 6872527. OLE color: 6872527.

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

Color convert

RGB207221104-
CMYK0.0600.530.13
HSL67.18º63.24%63.73%-
HSV(B)67.18º52.94%86.67%-
XYZ54.0965.9822.98-
YUV203.4871.86130.51-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.91%
GREEN value IS 221 (86.72% from 255) = 41.54%
BLUE value IS 104 (41.02% from 255) = 19.55%
R=38.91%
G=41.54%
B=19.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2072211040.0600.530.1367.1863.2463.73
HexCFDD686035D433f40
Octal31733515060651510377100
Binary110011111101110111010001100110101110110000111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDD68; }

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

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

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

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

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

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

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

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