Html Css Color HEX #D7D466 Goldenrod

📋 copy color: '#D7D466'

red 215 ◦ green 212 ◦ blue 102

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

Shades of Goldenrod #D7D466

Tints of Goldenrod #D7D466

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.08%

 BLUE value IS 102 (40.23% from 255) = 19.28%

R = 40.64%
G = 40.08%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D7D466 (or 0xD7D466) is known color: Goldenrod. HEX triplet: D7, D4 and 66. RGB value is (215,212,102). Sum of RGB (Red+Green+Blue) = 215+212+102=529 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.64% from 529); Green value is 212 (83.20% from 255 or 40.08% from 529); Blue value is 102 (40.23% from 255 or 19.28% from 529); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D466 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D466 is #282B99. Grayscale: #C8C8C8. Windows color (decimal): -2632602 or 6739159. OLE color: 6739159.

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

Color convert

RGB 215 212 102 -
CMYK 0 0.01 0.53 0.16
HSL 58.41º 0.59% 0.62% -
HSV(B) 58.41º 0.53% 0.84% -
XYZ 53.97 62.49 21.79 -
YUV 200.36 72.49 138.44 -
System Red Green Blue C M Y K H S L
Decimal 215 212 102 0 0.01 0.53 0.16 58.41 0.59 0.62
Hex D7 D4 66 0 1 35 10 3A 3B 3E
Octal 327 324 146 0 1 65 20 72 73 76
Binary 11010111 11010100 1100110 0 1 110101 10000 111010 111011 111110

Color Harmonies of #D7D466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D466

Black with #D7D466

Text Example


Text Example

White with #D7D466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D466; }

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

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

background-color css

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

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

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

border-color css

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

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

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