Html Css Color HEX #D0DC5D Goldenrod

📋 copy color: '#D0DC5D'

red 208 ◦ green 220 ◦ blue 93

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

Shades of Goldenrod #D0DC5D

Tints of Goldenrod #D0DC5D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.23%

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

R = 39.92%
G = 42.23%
B = 17.85%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#D0DC5D (or 0xD0DC5D) is known color: Goldenrod. HEX triplet: D0, DC and 5D. RGB value is (208,220,93). Sum of RGB (Red+Green+Blue) = 208+220+93=521 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.92% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 93 (36.72% from 255 or 17.85% from 521); Max value from RGB is 220 - color contains mainly: green. Hex color #D0DC5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0DC5D is #2F23A2. Grayscale: #CACACA. Windows color (decimal): -3089315 or 6151376. OLE color: 6151376.

HSL color Cylindrical-coordinate representation of color #D0DC5D: hue angle of 65.67º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D0DC5D is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 220 93 -
CMYK 0.05 0 0.58 0.14
HSL 65.67º 0.64% 0.61% -
HSV(B) 65.67º 0.58% 0.86% -
XYZ 53.58 65.39 20.15 -
YUV 201.93 66.52 132.33 -
System Red Green Blue C M Y K H S L
Decimal 208 220 93 0.05 0 0.58 0.14 65.67 0.64 0.61
Hex D0 DC 5D 5 0 3A E 42 40 3D
Octal 320 334 135 5 0 72 16 102 100 75
Binary 11010000 11011100 1011101 101 0 111010 1110 1000010 1000000 111101

Color Harmonies of #D0DC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DC5D

Black with #D0DC5D

Text Example


Text Example

White with #D0DC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DC5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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