Html Css Color HEX #D3DA72 Goldenrod

📋 copy color: '#D3DA72'

red 211 ◦ green 218 ◦ blue 114

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

Shades of Goldenrod #D3DA72

Tints of Goldenrod #D3DA72

RGB

 RED value IS 211 (82.81% from 255) = 38.86%

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

 BLUE value IS 114 (44.92% from 255) = 20.99%

R = 38.86%
G = 40.15%
B = 20.99%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D3DA72 (or 0xD3DA72) is known color: Goldenrod. HEX triplet: D3, DA and 72. RGB value is (211,218,114). Sum of RGB (Red+Green+Blue) = 211+218+114=543 (71% of max value = 765). Red value is 211 (82.81% from 255 or 38.86% from 543); Green value is 218 (85.55% from 255 or 40.15% from 543); Blue value is 114 (44.92% from 255 or 20.99% from 543); Max value from RGB is 218 - color contains mainly: green. Hex color #D3DA72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3DA72 is #2C258D. Grayscale: #CCCCCC. Windows color (decimal): -2893198 or 7527123. OLE color: 7527123.

HSL color Cylindrical-coordinate representation of color #D3DA72: hue angle of 64.04º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D3DA72 is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 211 218 114 -
CMYK 0.03 0 0.48 0.15
HSL 64.04º 0.58% 0.65% -
HSV(B) 64.04º 0.48% 0.85% -
XYZ 54.97 65.21 25.61 -
YUV 204.05 77.18 132.96 -
System Red Green Blue C M Y K H S L
Decimal 211 218 114 0.03 0 0.48 0.15 64.04 0.58 0.65
Hex D3 DA 72 3 0 30 F 40 3A 41
Octal 323 332 162 3 0 60 17 100 72 101
Binary 11010011 11011010 1110010 11 0 110000 1111 1000000 111010 1000001

Color Harmonies of #D3DA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DA72

Black with #D3DA72

Text Example


Text Example

White with #D3DA72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DA72; }

 p { color: rgb(211,218,114); }

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

background-color css

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

 a { background-color: rgb(211,218,114); }

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

border-color css

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

 span { border-color: rgb(211,218,114); }

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