Html Css Color HEX #D0D75D Goldenrod

📋 copy color: '#D0D75D'

red 208 ◦ green 215 ◦ blue 93

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

Shades of Goldenrod #D0D75D

Tints of Goldenrod #D0D75D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.67%

 BLUE value IS 93 (36.72% from 255) = 18.02%

R = 40.31%
G = 41.67%
B = 18.02%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D0D75D (or 0xD0D75D) is known color: Goldenrod. HEX triplet: D0, D7 and 5D. RGB value is (208,215,93). Sum of RGB (Red+Green+Blue) = 208+215+93=516 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.31% from 516); Green value is 215 (84.38% from 255 or 41.67% from 516); Blue value is 93 (36.72% from 255 or 18.02% from 516); Max value from RGB is 215 - color contains mainly: green. Hex color #D0D75D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D75D is #2F28A2. Grayscale: #C7C7C7. Windows color (decimal): -3090595 or 6150096. OLE color: 6150096.

HSL color Cylindrical-coordinate representation of color #D0D75D: hue angle of 63.44º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D0D75D is Cyan = 0.03, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 215 93 -
CMYK 0.03 0 0.57 0.16
HSL 63.44º 0.6% 0.6% -
HSV(B) 63.44º 0.57% 0.84% -
XYZ 52.29 62.8 19.72 -
YUV 199 68.18 134.42 -
System Red Green Blue C M Y K H S L
Decimal 208 215 93 0.03 0 0.57 0.16 63.44 0.6 0.6
Hex D0 D7 5D 3 0 39 10 3F 3C 3C
Octal 320 327 135 3 0 71 20 77 74 74
Binary 11010000 11010111 1011101 11 0 111001 10000 111111 111100 111100

Color Harmonies of #D0D75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D75D

Black with #D0D75D

Text Example


Text Example

White with #D0D75D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D75D; }

 p { color: rgb(208,215,93); }

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

background-color css

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

 a { background-color: rgb(208,215,93); }

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

border-color css

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

 span { border-color: rgb(208,215,93); }

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