Html Css Color HEX #D6D165 Goldenrod

📋 copy color: '#D6D165'

red 214 ◦ green 209 ◦ blue 101

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

Shades of Goldenrod #D6D165

Tints of Goldenrod #D6D165

RGB

 RED value IS 214 (83.98% from 255) = 40.84%

 GREEN value IS 209 (82.03% from 255) = 39.89%

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

R = 40.84%
G = 39.89%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D6D165 (or 0xD6D165) is known color: Goldenrod. HEX triplet: D6, D1 and 65. RGB value is (214,209,101). Sum of RGB (Red+Green+Blue) = 214+209+101=524 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.84% from 524); Green value is 209 (82.03% from 255 or 39.89% from 524); Blue value is 101 (39.84% from 255 or 19.27% from 524); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D165 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D165 is #292E9A. Grayscale: #C6C6C6. Windows color (decimal): -2698907 or 6672854. OLE color: 6672854.

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

Color convert

RGB 214 209 101 -
CMYK 0 0.02 0.53 0.16
HSL 57.35º 0.58% 0.62% -
HSV(B) 57.35º 0.53% 0.84% -
XYZ 52.88 60.84 21.27 -
YUV 198.18 73.16 139.28 -
System Red Green Blue C M Y K H S L
Decimal 214 209 101 0 0.02 0.53 0.16 57.35 0.58 0.62
Hex D6 D1 65 0 2 35 10 39 3A 3E
Octal 326 321 145 0 2 65 20 71 72 76
Binary 11010110 11010001 1100101 0 10 110101 10000 111001 111010 111110

Color Harmonies of #D6D165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D165

Black with #D6D165

Text Example


Text Example

White with #D6D165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D165; }

 p { color: rgb(214,209,101); }

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

background-color css

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

 a { background-color: rgb(214,209,101); }

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

border-color css

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

 span { border-color: rgb(214,209,101); }

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