Html Css Color HEX #D4D765 Goldenrod

📋 copy color: '#D4D765'

red 212 ◦ green 215 ◦ blue 101

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

Shades of Goldenrod #D4D765

Tints of Goldenrod #D4D765

RGB

 RED value IS 212 (83.2% from 255) = 40.15%

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

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

R = 40.15%
G = 40.72%
B = 19.13%

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

#D4D765 (or 0xD4D765) is known color: Goldenrod. HEX triplet: D4, D7 and 65. RGB value is (212,215,101). Sum of RGB (Red+Green+Blue) = 212+215+101=528 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.15% from 528); Green value is 215 (84.38% from 255 or 40.72% from 528); Blue value is 101 (39.84% from 255 or 19.13% from 528); Max value from RGB is 215 - color contains mainly: green. Hex color #D4D765 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D765 is #2B289A. Grayscale: #C9C9C9. Windows color (decimal): -2828443 or 6674388. OLE color: 6674388.

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

Color convert

RGB 212 215 101 -
CMYK 0.01 0 0.53 0.16
HSL 61.58º 0.59% 0.62% -
HSV(B) 61.58º 0.53% 0.84% -
XYZ 53.8 63.54 21.74 -
YUV 201.11 71.51 135.77 -
System Red Green Blue C M Y K H S L
Decimal 212 215 101 0.01 0 0.53 0.16 61.58 0.59 0.62
Hex D4 D7 65 1 0 35 10 3E 3B 3E
Octal 324 327 145 1 0 65 20 76 73 76
Binary 11010100 11010111 1100101 1 0 110101 10000 111110 111011 111110

Color Harmonies of #D4D765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D765

Black with #D4D765

Text Example


Text Example

White with #D4D765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D765; }

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

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

background-color css

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

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

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

border-color css

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

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

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