Html Css Color HEX #D0DA73 Goldenrod

📋 copy color: '#D0DA73'

red 208 ◦ green 218 ◦ blue 115

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

Shades of Goldenrod #D0DA73

Tints of Goldenrod #D0DA73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 21.26%

R = 38.45%
G = 40.3%
B = 21.26%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D0DA73 (or 0xD0DA73) is known color: Goldenrod. HEX triplet: D0, DA and 73. RGB value is (208,218,115). Sum of RGB (Red+Green+Blue) = 208+218+115=541 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.45% from 541); Green value is 218 (85.55% from 255 or 40.30% from 541); Blue value is 115 (45.31% from 255 or 21.26% from 541); Max value from RGB is 218 - color contains mainly: green. Hex color #D0DA73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0DA73 is #2F258C. Grayscale: #CBCBCB. Windows color (decimal): -3089805 or 7592656. OLE color: 7592656.

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

Color convert

RGB 208 218 115 -
CMYK 0.05 0 0.47 0.15
HSL 65.83º 0.58% 0.65% -
HSV(B) 65.83º 0.47% 0.85% -
XYZ 54.18 64.79 25.87 -
YUV 203.27 78.19 131.38 -
System Red Green Blue C M Y K H S L
Decimal 208 218 115 0.05 0 0.47 0.15 65.83 0.58 0.65
Hex D0 DA 73 5 0 2F F 42 3A 41
Octal 320 332 163 5 0 57 17 102 72 101
Binary 11010000 11011010 1110011 101 0 101111 1111 1000010 111010 1000001

Color Harmonies of #D0DA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DA73

Black with #D0DA73

Text Example


Text Example

White with #D0DA73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DA73; }

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

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

background-color css

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

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

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

border-color css

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

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

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