Html Css Color HEX #D5D762 Goldenrod

📋 copy color: '#D5D762'

red 213 ◦ green 215 ◦ blue 98

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

Shades of Goldenrod #D5D762

Tints of Goldenrod #D5D762

RGB

 RED value IS 213 (83.59% from 255) = 40.49%

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

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

R = 40.49%
G = 40.87%
B = 18.63%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D5D762 (or 0xD5D762) is known color: Goldenrod. HEX triplet: D5, D7 and 62. RGB value is (213,215,98). Sum of RGB (Red+Green+Blue) = 213+215+98=526 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.49% from 526); Green value is 215 (84.38% from 255 or 40.87% from 526); Blue value is 98 (38.67% from 255 or 18.63% from 526); Max value from RGB is 215 - color contains mainly: green. Hex color #D5D762 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D762 is #2A289D. Grayscale: #C9C9C9. Windows color (decimal): -2762910 or 6477781. OLE color: 6477781.

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

Color convert

RGB 213 215 98 -
CMYK 0.01 0 0.54 0.16
HSL 61.03º 0.59% 0.61% -
HSV(B) 61.03º 0.54% 0.84% -
XYZ 53.95 63.63 20.99 -
YUV 201.06 69.84 136.51 -
System Red Green Blue C M Y K H S L
Decimal 213 215 98 0.01 0 0.54 0.16 61.03 0.59 0.61
Hex D5 D7 62 1 0 36 10 3D 3B 3D
Octal 325 327 142 1 0 66 20 75 73 75
Binary 11010101 11010111 1100010 1 0 110110 10000 111101 111011 111101

Color Harmonies of #D5D762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D762

Black with #D5D762

Text Example


Text Example

White with #D5D762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D762; }

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

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

background-color css

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

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

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

border-color css

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

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

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