Html Css Color HEX #D7D265 Goldenrod

📋 copy color: '#D7D265'

red 215 ◦ green 210 ◦ blue 101

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

Shades of Goldenrod #D7D265

Tints of Goldenrod #D7D265

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.92%

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

R = 40.87%
G = 39.92%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D7D265 (or 0xD7D265) is known color: Goldenrod. HEX triplet: D7, D2 and 65. RGB value is (215,210,101). Sum of RGB (Red+Green+Blue) = 215+210+101=526 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.87% from 526); Green value is 210 (82.42% from 255 or 39.92% from 526); Blue value is 101 (39.84% from 255 or 19.20% from 526); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D265 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D265 is #282D9A. Grayscale: #C7C7C7. Windows color (decimal): -2633115 or 6673111. OLE color: 6673111.

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

Color convert

RGB 215 210 101 -
CMYK 0 0.02 0.53 0.16
HSL 57.37º 0.59% 0.62% -
HSV(B) 57.37º 0.53% 0.84% -
XYZ 53.42 61.48 21.36 -
YUV 199.07 72.66 139.36 -
System Red Green Blue C M Y K H S L
Decimal 215 210 101 0 0.02 0.53 0.16 57.37 0.59 0.62
Hex D7 D2 65 0 2 35 10 39 3B 3E
Octal 327 322 145 0 2 65 20 71 73 76
Binary 11010111 11010010 1100101 0 10 110101 10000 111001 111011 111110

Color Harmonies of #D7D265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D265

Black with #D7D265

Text Example


Text Example

White with #D7D265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D265; }

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

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

background-color css

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

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

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

border-color css

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

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

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