Html Css Color HEX #D0DA74 Goldenrod

📋 copy color: '#D0DA74'

red 208 ◦ green 218 ◦ blue 116

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

Shades of Goldenrod #D0DA74

Tints of Goldenrod #D0DA74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.4%

R = 38.38%
G = 40.22%
B = 21.4%

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

#D0DA74 (or 0xD0DA74) is known color: Goldenrod. HEX triplet: D0, DA and 74. RGB value is (208,218,116). Sum of RGB (Red+Green+Blue) = 208+218+116=542 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.38% from 542); Green value is 218 (85.55% from 255 or 40.22% from 542); Blue value is 116 (45.70% from 255 or 21.40% from 542); Max value from RGB is 218 - color contains mainly: green. Hex color #D0DA74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0DA74 is #2F258B. Grayscale: #CBCBCB. Windows color (decimal): -3089804 or 7658192. OLE color: 7658192.

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

Color convert

RGB 208 218 116 -
CMYK 0.05 0 0.47 0.15
HSL 65.88º 0.58% 0.65% -
HSV(B) 65.88º 0.47% 0.85% -
XYZ 54.24 64.81 26.17 -
YUV 203.38 78.69 131.29 -
System Red Green Blue C M Y K H S L
Decimal 208 218 116 0.05 0 0.47 0.15 65.88 0.58 0.65
Hex D0 DA 74 5 0 2F F 42 3A 41
Octal 320 332 164 5 0 57 17 102 72 101
Binary 11010000 11011010 1110100 101 0 101111 1111 1000010 111010 1000001

Color Harmonies of #D0DA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DA74

Black with #D0DA74

Text Example


Text Example

White with #D0DA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DA74; }

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

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

background-color css

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

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

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

border-color css

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

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

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