Html Css Color HEX #D5DA76 Goldenrod

📋 copy color: '#D5DA76'

red 213 ◦ green 218 ◦ blue 118

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

Shades of Goldenrod #D5DA76

Tints of Goldenrod #D5DA76

RGB

 RED value IS 213 (83.59% from 255) = 38.8%

 GREEN value IS 218 (85.55% from 255) = 39.71%

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

R = 38.8%
G = 39.71%
B = 21.49%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D5DA76 (or 0xD5DA76) is known color: Goldenrod. HEX triplet: D5, DA and 76. RGB value is (213,218,118). Sum of RGB (Red+Green+Blue) = 213+218+118=549 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.80% from 549); Green value is 218 (85.55% from 255 or 39.71% from 549); Blue value is 118 (46.48% from 255 or 21.49% from 549); Max value from RGB is 218 - color contains mainly: green. Hex color #D5DA76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5DA76 is #2A2589. Grayscale: #CDCDCD. Windows color (decimal): -2762122 or 7789269. OLE color: 7789269.

HSL color Cylindrical-coordinate representation of color #D5DA76: hue angle of 63º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D5DA76 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 218 118 -
CMYK 0.02 0 0.46 0.15
HSL 63º 0.57% 0.66% -
HSV(B) 63º 0.46% 0.85% -
XYZ 55.78 65.6 26.86 -
YUV 205.11 78.84 133.63 -
System Red Green Blue C M Y K H S L
Decimal 213 218 118 0.02 0 0.46 0.15 63 0.57 0.66
Hex D5 DA 76 2 0 2E F 3F 39 42
Octal 325 332 166 2 0 56 17 77 71 102
Binary 11010101 11011010 1110110 10 0 101110 1111 111111 111001 1000010

Color Harmonies of #D5DA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DA76

Black with #D5DA76

Text Example


Text Example

White with #D5DA76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DA76; }

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

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

background-color css

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

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

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

border-color css

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

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

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