Html Css Color HEX #D4D965 Goldenrod

📋 copy color: '#D4D965'

red 212 ◦ green 217 ◦ blue 101

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

Shades of Goldenrod #D4D965

Tints of Goldenrod #D4D965

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.94%

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

R = 40%
G = 40.94%
B = 19.06%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D4D965 (or 0xD4D965) is known color: Goldenrod. HEX triplet: D4, D9 and 65. RGB value is (212,217,101). Sum of RGB (Red+Green+Blue) = 212+217+101=530 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40% from 530); Green value is 217 (85.16% from 255 or 40.94% from 530); Blue value is 101 (39.84% from 255 or 19.06% from 530); Max value from RGB is 217 - color contains mainly: green. Hex color #D4D965 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D965 is #2B269A. Grayscale: #CACACA. Windows color (decimal): -2827931 or 6674900. OLE color: 6674900.

HSL color Cylindrical-coordinate representation of color #D4D965: hue angle of 62.59º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D4D965 is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 212 217 101 -
CMYK 0.02 0 0.53 0.15
HSL 62.59º 0.6% 0.62% -
HSV(B) 62.59º 0.53% 0.85% -
XYZ 54.31 64.56 21.91 -
YUV 202.28 70.84 134.93 -
System Red Green Blue C M Y K H S L
Decimal 212 217 101 0.02 0 0.53 0.15 62.59 0.6 0.62
Hex D4 D9 65 2 0 35 F 3F 3C 3E
Octal 324 331 145 2 0 65 17 77 74 76
Binary 11010100 11011001 1100101 10 0 110101 1111 111111 111100 111110

Color Harmonies of #D4D965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D965

Black with #D4D965

Text Example


Text Example

White with #D4D965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D965; }

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

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

background-color css

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

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

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

border-color css

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

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

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