Html Css Color HEX #D5D16C Goldenrod

📋 copy color: '#D5D16C'

red 213 ◦ green 209 ◦ blue 108

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

Shades of Goldenrod #D5D16C

Tints of Goldenrod #D5D16C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 20.38%

R = 40.19%
G = 39.43%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D5D16C (or 0xD5D16C) is known color: Goldenrod. HEX triplet: D5, D1 and 6C. RGB value is (213,209,108). Sum of RGB (Red+Green+Blue) = 213+209+108=530 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.19% from 530); Green value is 209 (82.03% from 255 or 39.43% from 530); Blue value is 108 (42.58% from 255 or 20.38% from 530); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D16C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D16C is #2A2E93. Grayscale: #C7C7C7. Windows color (decimal): -2764436 or 7131605. OLE color: 7131605.

HSL color Cylindrical-coordinate representation of color #D5D16C: hue angle of 57.71º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D5D16C is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 209 108 -
CMYK 0 0.02 0.49 0.16
HSL 57.71º 0.56% 0.63% -
HSV(B) 57.71º 0.49% 0.84% -
XYZ 52.95 60.83 23.14 -
YUV 198.68 76.83 138.21 -
System Red Green Blue C M Y K H S L
Decimal 213 209 108 0 0.02 0.49 0.16 57.71 0.56 0.63
Hex D5 D1 6C 0 2 31 10 3A 38 3F
Octal 325 321 154 0 2 61 20 72 70 77
Binary 11010101 11010001 1101100 0 10 110001 10000 111010 111000 111111

Color Harmonies of #D5D16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D16C

Black with #D5D16C

Text Example


Text Example

White with #D5D16C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D16C; }

 p { color: rgb(213,209,108); }

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

background-color css

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

 a { background-color: rgb(213,209,108); }

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

border-color css

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

 span { border-color: rgb(213,209,108); }

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