Html Css Color HEX #DADF76 Goldenrod

📋 copy color: '#DADF76'

red 218 ◦ green 223 ◦ blue 118

#DADF76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Goldenrod #DADF76

Tints of Goldenrod #DADF76

RGB

 RED value IS 218 (85.55% from 255) = 39%

 GREEN value IS 223 (87.5% from 255) = 39.89%

 BLUE value IS 118 (46.48% from 255) = 21.11%

R = 39%
G = 39.89%
B = 21.11%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DADF76 (or 0xDADF76) is known color: Goldenrod. HEX triplet: DA, DF and 76. RGB value is (218,223,118). Sum of RGB (Red+Green+Blue) = 218+223+118=559 (74% of max value = 765). Red value is 218 (85.55% from 255 or 39.00% from 559); Green value is 223 (87.5% from 255 or 39.89% from 559); Blue value is 118 (46.48% from 255 or 21.11% from 559); Max value from RGB is 223 - color contains mainly: green. Hex color #DADF76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADF76 is #252089. Grayscale: #D1D1D1. Windows color (decimal): -2433162 or 7790554. OLE color: 7790554.

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

Color convert

RGB 218 223 118 -
CMYK 0.02 0 0.47 0.13
HSL 62.86º 0.62% 0.67% -
HSV(B) 62.86º 0.47% 0.87% -
XYZ 58.57 68.99 27.37 -
YUV 209.54 76.34 134.04 -
System Red Green Blue C M Y K H S L
Decimal 218 223 118 0.02 0 0.47 0.13 62.86 0.62 0.67
Hex DA DF 76 2 0 2F D 3F 3E 43
Octal 332 337 166 2 0 57 15 77 76 103
Binary 11011010 11011111 1110110 10 0 101111 1101 111111 111110 1000011

Color Harmonies of #DADF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADF76

Black with #DADF76

Text Example


Text Example

White with #DADF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADF76; }

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

 H1.HeaderClassName
 {
   color: #DADF76;
 }
 .AnyTagClassName
 {
   color: #DADF76;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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