Html Css Color HEX #D7D065 Goldenrod

📋 copy color: '#D7D065'

red 215 ◦ green 208 ◦ blue 101

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

Shades of Goldenrod #D7D065

Tints of Goldenrod #D7D065

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D7D065 (or 0xD7D065) is known color: Goldenrod. HEX triplet: D7, D0 and 65. RGB value is (215,208,101). Sum of RGB (Red+Green+Blue) = 215+208+101=524 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.03% from 524); Green value is 208 (81.64% from 255 or 39.69% from 524); Blue value is 101 (39.84% from 255 or 19.27% from 524); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D065 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D065 is #282F9A. Grayscale: #C6C6C6. Windows color (decimal): -2633627 or 6672599. OLE color: 6672599.

HSL color Cylindrical-coordinate representation of color #D7D065: hue angle of 56.32º 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 #D7D065 is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 208 101 -
CMYK 0 0.03 0.53 0.16
HSL 56.32º 0.59% 0.62% -
HSV(B) 56.32º 0.53% 0.84% -
XYZ 52.93 60.5 21.2 -
YUV 197.9 73.32 140.2 -
System Red Green Blue C M Y K H S L
Decimal 215 208 101 0 0.03 0.53 0.16 56.32 0.59 0.62
Hex D7 D0 65 0 3 35 10 38 3B 3E
Octal 327 320 145 0 3 65 20 70 73 76
Binary 11010111 11010000 1100101 0 11 110101 10000 111000 111011 111110

Color Harmonies of #D7D065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D065

Black with #D7D065

Text Example


Text Example

White with #D7D065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D065; }

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

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

background-color css

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

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

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

border-color css

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

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

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