#DADF78

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

Shades of Goldenrod #DADF78

Tints of Goldenrod #DADF78

Color information

#DADF78 (or 0xDADF78) is unknown color: approx Goldenrod. HEX triplet: DA, DF and 78. RGB value is (218,223,120). Sum of RGB (Red+Green+Blue) = 218+223+120=561 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.86% from 561); Green value is 223 (87.5% from 255 or 39.75% from 561); Blue value is 120 (47.27% from 255 or 21.39% from 561); Max value from RGB is 223 - color contains mainly: green. Hex color #DADF78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADF78 is #252087. Grayscale: #D2D2D2. Windows color (decimal): -2433160 or 7921626. OLE color: 7921626.

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

Color convert

RGB218223120-
CMYK0.0200.460.13
HSL62.91º61.68%67.25%-
HSV(B)62.91º46.19%87.45%-
XYZ58.6969.0428-
YUV209.7677.34133.88-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.86%
GREEN value IS 223 (87.5% from 255) = 39.75%
BLUE value IS 120 (47.27% from 255) = 21.39%
R=38.86%
G=39.75%
B=21.39%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2182231200.0200.460.1362.9161.6867.25
HexDADF78202ED3f3e43
Octal3323371702056157776103
Binary1101101011011111111100010010111011011111111111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADF78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADF78; }

 p { color: rgb(218,223,120); }

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

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

 a { background-color: rgb(218,223,120); }

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

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

 span { border-color: rgb(218,223,120); }

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