Html Css Color HEX #D7D662 Goldenrod

📋 copy color: '#D7D662'

red 215 ◦ green 214 ◦ blue 98

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

Shades of Goldenrod #D7D662

Tints of Goldenrod #D7D662

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.61%

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

R = 40.8%
G = 40.61%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D7D662 (or 0xD7D662) is known color: Goldenrod. HEX triplet: D7, D6 and 62. RGB value is (215,214,98). Sum of RGB (Red+Green+Blue) = 215+214+98=527 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.80% from 527); Green value is 214 (83.98% from 255 or 40.61% from 527); Blue value is 98 (38.67% from 255 or 18.60% from 527); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D662 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D662 is #28299D. Grayscale: #C9C9C9. Windows color (decimal): -2632094 or 6477527. OLE color: 6477527.

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

Color convert

RGB 215 214 98 -
CMYK 0 0.00 0.54 0.16
HSL 59.49º 0.59% 0.61% -
HSV(B) 59.49º 0.54% 0.84% -
XYZ 54.28 63.42 20.94 -
YUV 201.08 69.83 137.93 -
System Red Green Blue C M Y K H S L
Decimal 215 214 98 0 0.00 0.54 0.16 59.49 0.59 0.61
Hex D7 D6 62 0 0 36 10 3B 3B 3D
Octal 327 326 142 0 0 66 20 73 73 75
Binary 11010111 11010110 1100010 0 0 110110 10000 111011 111011 111101

Color Harmonies of #D7D662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D662

Black with #D7D662

Text Example


Text Example

White with #D7D662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D662; }

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

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

background-color css

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

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

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

border-color css

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

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

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