Html Css Color HEX #D5D764 Goldenrod

📋 copy color: '#D5D764'

red 213 ◦ green 215 ◦ blue 100

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

Shades of Goldenrod #D5D764

Tints of Goldenrod #D5D764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.94%

R = 40.34%
G = 40.72%
B = 18.94%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D5D764 (or 0xD5D764) is known color: Goldenrod. HEX triplet: D5, D7 and 64. RGB value is (213,215,100). Sum of RGB (Red+Green+Blue) = 213+215+100=528 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.34% from 528); Green value is 215 (84.38% from 255 or 40.72% from 528); Blue value is 100 (39.45% from 255 or 18.94% from 528); Max value from RGB is 215 - color contains mainly: green. Hex color #D5D764 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D764 is #2A289B. Grayscale: #C9C9C9. Windows color (decimal): -2762908 or 6608853. OLE color: 6608853.

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

Color convert

RGB 213 215 100 -
CMYK 0.01 0 0.53 0.16
HSL 61.04º 0.59% 0.62% -
HSV(B) 61.04º 0.53% 0.84% -
XYZ 54.04 63.67 21.5 -
YUV 201.29 70.84 136.35 -
System Red Green Blue C M Y K H S L
Decimal 213 215 100 0.01 0 0.53 0.16 61.04 0.59 0.62
Hex D5 D7 64 1 0 35 10 3D 3B 3E
Octal 325 327 144 1 0 65 20 75 73 76
Binary 11010101 11010111 1100100 1 0 110101 10000 111101 111011 111110

Color Harmonies of #D5D764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D764

Black with #D5D764

Text Example


Text Example

White with #D5D764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D764; }

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

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

background-color css

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

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

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

border-color css

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

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

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