Html Css Color HEX #D5D168 Goldenrod

📋 copy color: '#D5D168'

red 213 ◦ green 209 ◦ blue 104

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

Shades of Goldenrod #D5D168

Tints of Goldenrod #D5D168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.77%

R = 40.49%
G = 39.73%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D5D168 (or 0xD5D168) is known color: Goldenrod. HEX triplet: D5, D1 and 68. RGB value is (213,209,104). Sum of RGB (Red+Green+Blue) = 213+209+104=526 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.49% from 526); Green value is 209 (82.03% from 255 or 39.73% from 526); Blue value is 104 (41.02% from 255 or 19.77% from 526); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D168 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D168 is #2A2E97. Grayscale: #C6C6C6. Windows color (decimal): -2764440 or 6869461. OLE color: 6869461.

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

Color convert

RGB 213 209 104 -
CMYK 0 0.02 0.51 0.16
HSL 57.8º 0.56% 0.62% -
HSV(B) 57.8º 0.51% 0.84% -
XYZ 52.74 60.75 22.04 -
YUV 198.23 74.83 138.54 -
System Red Green Blue C M Y K H S L
Decimal 213 209 104 0 0.02 0.51 0.16 57.8 0.56 0.62
Hex D5 D1 68 0 2 33 10 3A 38 3E
Octal 325 321 150 0 2 63 20 72 70 76
Binary 11010101 11010001 1101000 0 10 110011 10000 111010 111000 111110

Color Harmonies of #D5D168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D168

Black with #D5D168

Text Example


Text Example

White with #D5D168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D168; }

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

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

background-color css

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

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

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

border-color css

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

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

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