Html Css Color HEX #D0D765 Goldenrod

📋 copy color: '#D0D765'

red 208 ◦ green 215 ◦ blue 101

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

Shades of Goldenrod #D0D765

Tints of Goldenrod #D0D765

RGB

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

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

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

R = 39.69%
G = 41.03%
B = 19.27%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D0D765 (or 0xD0D765) is known color: Goldenrod. HEX triplet: D0, D7 and 65. RGB value is (208,215,101). Sum of RGB (Red+Green+Blue) = 208+215+101=524 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.69% from 524); Green value is 215 (84.38% from 255 or 41.03% from 524); Blue value is 101 (39.84% from 255 or 19.27% from 524); Max value from RGB is 215 - color contains mainly: green. Hex color #D0D765 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D765 is #2F289A. Grayscale: #C8C8C8. Windows color (decimal): -3090587 or 6674384. OLE color: 6674384.

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

Color convert

RGB 208 215 101 -
CMYK 0.03 0 0.53 0.16
HSL 63.68º 0.59% 0.62% -
HSV(B) 63.68º 0.53% 0.84% -
XYZ 52.66 62.95 21.69 -
YUV 199.91 72.18 133.77 -
System Red Green Blue C M Y K H S L
Decimal 208 215 101 0.03 0 0.53 0.16 63.68 0.59 0.62
Hex D0 D7 65 3 0 35 10 40 3B 3E
Octal 320 327 145 3 0 65 20 100 73 76
Binary 11010000 11010111 1100101 11 0 110101 10000 1000000 111011 111110

Color Harmonies of #D0D765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D765

Black with #D0D765

Text Example


Text Example

White with #D0D765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D765; }

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

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

background-color css

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

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

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

border-color css

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

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

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