Html Css Color HEX #D0DC61 Goldenrod

📋 copy color: '#D0DC61'

red 208 ◦ green 220 ◦ blue 97

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

Shades of Goldenrod #D0DC61

Tints of Goldenrod #D0DC61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.48%

R = 39.62%
G = 41.9%
B = 18.48%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#D0DC61 (or 0xD0DC61) is known color: Goldenrod. HEX triplet: D0, DC and 61. RGB value is (208,220,97). Sum of RGB (Red+Green+Blue) = 208+220+97=525 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.62% from 525); Green value is 220 (86.33% from 255 or 41.90% from 525); Blue value is 97 (38.28% from 255 or 18.48% from 525); Max value from RGB is 220 - color contains mainly: green. Hex color #D0DC61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0DC61 is #2F239E. Grayscale: #CACACA. Windows color (decimal): -3089311 or 6413520. OLE color: 6413520.

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

Color convert

RGB 208 220 97 -
CMYK 0.05 0 0.56 0.14
HSL 65.85º 0.64% 0.62% -
HSV(B) 65.85º 0.56% 0.86% -
XYZ 53.76 65.46 21.11 -
YUV 202.39 68.52 132 -
System Red Green Blue C M Y K H S L
Decimal 208 220 97 0.05 0 0.56 0.14 65.85 0.64 0.62
Hex D0 DC 61 5 0 38 E 42 40 3E
Octal 320 334 141 5 0 70 16 102 100 76
Binary 11010000 11011100 1100001 101 0 111000 1110 1000010 1000000 111110

Color Harmonies of #D0DC61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DC61

Black with #D0DC61

Text Example


Text Example

White with #D0DC61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DC61; }

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

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

background-color css

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

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

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

border-color css

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

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

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