Html Css Color HEX #D0D065 Goldenrod

📋 copy color: '#D0D065'

red 208 ◦ green 208 ◦ blue 101

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

Shades of Goldenrod #D0D065

Tints of Goldenrod #D0D065

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.23%

 BLUE value IS 101 (39.84% from 255) = 19.54%

R = 40.23%
G = 40.23%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#D0D065 (or 0xD0D065) is known color: Goldenrod. HEX triplet: D0, D0 and 65. RGB value is (208,208,101). Sum of RGB (Red+Green+Blue) = 208+208+101=517 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.23% from 517); Green value is 208 (81.64% from 255 or 40.23% from 517); Blue value is 101 (39.84% from 255 or 19.54% from 517); Max value from RGB is 208 - color contains mainly: red, green. Hex color #D0D065 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D065 is #2F2F9A. Grayscale: #C4C4C4. Windows color (decimal): -3092379 or 6672592. OLE color: 6672592.

HSL color Cylindrical-coordinate representation of color #D0D065: hue angle of 60º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D0D065 is Cyan = 0, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 208 101 -
CMYK 0 0 0.51 0.18
HSL 60º 0.53% 0.61% -
HSV(B) 60º 0.51% 0.82% -
XYZ 50.92 59.46 21.11 -
YUV 195.8 74.5 136.7 -
System Red Green Blue C M Y K H S L
Decimal 208 208 101 0 0 0.51 0.18 60 0.53 0.61
Hex D0 D0 65 0 0 33 12 3C 35 3D
Octal 320 320 145 0 0 63 22 74 65 75
Binary 11010000 11010000 1100101 0 0 110011 10010 111100 110101 111101

Color Harmonies of #D0D065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D065

Black with #D0D065

Text Example


Text Example

White with #D0D065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D065; }

 p { color: rgb(208,208,101); }

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

background-color css

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

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

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

border-color css

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

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

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