Html Css Color HEX #D0D85F Goldenrod

📋 copy color: '#D0D85F'

red 208 ◦ green 216 ◦ blue 95

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

Shades of Goldenrod #D0D85F

Tints of Goldenrod #D0D85F

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.62%

 BLUE value IS 95 (37.5% from 255) = 18.3%

R = 40.08%
G = 41.62%
B = 18.3%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D0D85F (or 0xD0D85F) is known color: Goldenrod. HEX triplet: D0, D8 and 5F. RGB value is (208,216,95). Sum of RGB (Red+Green+Blue) = 208+216+95=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 216 (84.77% from 255 or 41.62% from 519); Blue value is 95 (37.5% from 255 or 18.30% from 519); Max value from RGB is 216 - color contains mainly: green. Hex color #D0D85F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D85F is #2F27A0. Grayscale: #C8C8C8. Windows color (decimal): -3090337 or 6281424. OLE color: 6281424.

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

Color convert

RGB 208 216 95 -
CMYK 0.04 0 0.56 0.15
HSL 63.97º 0.61% 0.61% -
HSV(B) 63.97º 0.56% 0.85% -
XYZ 52.63 63.35 20.28 -
YUV 199.81 68.85 133.84 -
System Red Green Blue C M Y K H S L
Decimal 208 216 95 0.04 0 0.56 0.15 63.97 0.61 0.61
Hex D0 D8 5F 4 0 38 F 40 3D 3D
Octal 320 330 137 4 0 70 17 100 75 75
Binary 11010000 11011000 1011111 100 0 111000 1111 1000000 111101 111101

Color Harmonies of #D0D85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D85F

Black with #D0D85F

Text Example


Text Example

White with #D0D85F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D85F; }

 p { color: rgb(208,216,95); }

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

background-color css

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

 a { background-color: rgb(208,216,95); }

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

border-color css

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

 span { border-color: rgb(208,216,95); }

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