Html Css Color HEX #D7D262 Goldenrod

📋 copy color: '#D7D262'

red 215 ◦ green 210 ◦ blue 98

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

Shades of Goldenrod #D7D262

Tints of Goldenrod #D7D262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 18.74%

R = 41.11%
G = 40.15%
B = 18.74%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D7D262 (or 0xD7D262) is known color: Goldenrod. HEX triplet: D7, D2 and 62. RGB value is (215,210,98). Sum of RGB (Red+Green+Blue) = 215+210+98=523 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.11% from 523); Green value is 210 (82.42% from 255 or 40.15% from 523); Blue value is 98 (38.67% from 255 or 18.74% from 523); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D262 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D262 is #282D9D. Grayscale: #C7C7C7. Windows color (decimal): -2633118 or 6476503. OLE color: 6476503.

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

Color convert

RGB 215 210 98 -
CMYK 0 0.02 0.54 0.16
HSL 57.44º 0.59% 0.61% -
HSV(B) 57.44º 0.54% 0.84% -
XYZ 53.28 61.42 20.6 -
YUV 198.73 71.16 139.61 -
System Red Green Blue C M Y K H S L
Decimal 215 210 98 0 0.02 0.54 0.16 57.44 0.59 0.61
Hex D7 D2 62 0 2 36 10 39 3B 3D
Octal 327 322 142 0 2 66 20 71 73 75
Binary 11010111 11010010 1100010 0 10 110110 10000 111001 111011 111101

Color Harmonies of #D7D262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D262

Black with #D7D262

Text Example


Text Example

White with #D7D262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D262; }

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

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

background-color css

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

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

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

border-color css

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

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

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