Html Css Color HEX #D0DA72 Goldenrod

📋 copy color: '#D0DA72'

red 208 ◦ green 218 ◦ blue 114

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

Shades of Goldenrod #D0DA72

Tints of Goldenrod #D0DA72

RGB

 RED value IS 208 (81.64% from 255) = 38.52%

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

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

R = 38.52%
G = 40.37%
B = 21.11%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D0DA72 (or 0xD0DA72) is known color: Goldenrod. HEX triplet: D0, DA and 72. RGB value is (208,218,114). Sum of RGB (Red+Green+Blue) = 208+218+114=540 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.52% from 540); Green value is 218 (85.55% from 255 or 40.37% from 540); Blue value is 114 (44.92% from 255 or 21.11% from 540); Max value from RGB is 218 - color contains mainly: green. Hex color #D0DA72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0DA72 is #2F258D. Grayscale: #CBCBCB. Windows color (decimal): -3089806 or 7527120. OLE color: 7527120.

HSL color Cylindrical-coordinate representation of color #D0DA72: hue angle of 65.77º 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 #D0DA72 is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 218 114 -
CMYK 0.05 0 0.48 0.15
HSL 65.77º 0.58% 0.65% -
HSV(B) 65.77º 0.48% 0.85% -
XYZ 54.12 64.77 25.57 -
YUV 203.15 77.69 131.46 -
System Red Green Blue C M Y K H S L
Decimal 208 218 114 0.05 0 0.48 0.15 65.77 0.58 0.65
Hex D0 DA 72 5 0 30 F 42 3A 41
Octal 320 332 162 5 0 60 17 102 72 101
Binary 11010000 11011010 1110010 101 0 110000 1111 1000010 111010 1000001

Color Harmonies of #D0DA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DA72

Black with #D0DA72

Text Example


Text Example

White with #D0DA72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DA72; }

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

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

background-color css

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

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

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

border-color css

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

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

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