Html Css Color HEX #D5D466 Goldenrod

📋 copy color: '#D5D466'

red 213 ◦ green 212 ◦ blue 102

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

Shades of Goldenrod #D5D466

Tints of Goldenrod #D5D466

RGB

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

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

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

R = 40.42%
G = 40.23%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D5D466 (or 0xD5D466) is known color: Goldenrod. HEX triplet: D5, D4 and 66. RGB value is (213,212,102). Sum of RGB (Red+Green+Blue) = 213+212+102=527 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.42% from 527); Green value is 212 (83.20% from 255 or 40.23% from 527); Blue value is 102 (40.23% from 255 or 19.35% from 527); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D466 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D466 is #2A2B99. Grayscale: #C8C8C8. Windows color (decimal): -2763674 or 6739157. OLE color: 6739157.

HSL color Cylindrical-coordinate representation of color #D5D466: hue angle of 59.46º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D5D466 is Cyan = 0, Magento = 0.00, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 212 102 -
CMYK 0 0.00 0.52 0.16
HSL 59.46º 0.57% 0.62% -
HSV(B) 59.46º 0.52% 0.84% -
XYZ 53.38 62.19 21.76 -
YUV 199.76 72.83 137.44 -
System Red Green Blue C M Y K H S L
Decimal 213 212 102 0 0.00 0.52 0.16 59.46 0.57 0.62
Hex D5 D4 66 0 0 34 10 3B 39 3E
Octal 325 324 146 0 0 64 20 73 71 76
Binary 11010101 11010100 1100110 0 0 110100 10000 111011 111001 111110

Color Harmonies of #D5D466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D466

Black with #D5D466

Text Example


Text Example

White with #D5D466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D466; }

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

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

background-color css

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

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

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

border-color css

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

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

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