Html Css Color HEX #D0DA62 Goldenrod

📋 copy color: '#D0DA62'

red 208 ◦ green 218 ◦ blue 98

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

Shades of Goldenrod #D0DA62

Tints of Goldenrod #D0DA62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 18.7%

R = 39.69%
G = 41.6%
B = 18.7%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D0DA62 (or 0xD0DA62) is known color: Goldenrod. HEX triplet: D0, DA and 62. RGB value is (208,218,98). Sum of RGB (Red+Green+Blue) = 208+218+98=524 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.69% from 524); Green value is 218 (85.55% from 255 or 41.60% from 524); Blue value is 98 (38.67% from 255 or 18.70% from 524); Max value from RGB is 218 - color contains mainly: green. Hex color #D0DA62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0DA62 is #2F259D. Grayscale: #C9C9C9. Windows color (decimal): -3089822 or 6478544. OLE color: 6478544.

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

Color convert

RGB 208 218 98 -
CMYK 0.05 0 0.55 0.15
HSL 65º 0.62% 0.62% -
HSV(B) 65º 0.55% 0.85% -
XYZ 53.29 64.43 21.18 -
YUV 201.33 69.69 132.76 -
System Red Green Blue C M Y K H S L
Decimal 208 218 98 0.05 0 0.55 0.15 65 0.62 0.62
Hex D0 DA 62 5 0 37 F 41 3E 3E
Octal 320 332 142 5 0 67 17 101 76 76
Binary 11010000 11011010 1100010 101 0 110111 1111 1000001 111110 111110

Color Harmonies of #D0DA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DA62

Black with #D0DA62

Text Example


Text Example

White with #D0DA62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DA62; }

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

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

background-color css

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

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

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

border-color css

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

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

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