Html Css Color HEX #D7D368 Goldenrod

📋 copy color: '#D7D368'

red 215 ◦ green 211 ◦ blue 104

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

Shades of Goldenrod #D7D368

Tints of Goldenrod #D7D368

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.81%

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

R = 40.57%
G = 39.81%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D7D368 (or 0xD7D368) is known color: Goldenrod. HEX triplet: D7, D3 and 68. RGB value is (215,211,104). Sum of RGB (Red+Green+Blue) = 215+211+104=530 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.57% from 530); Green value is 211 (82.81% from 255 or 39.81% from 530); Blue value is 104 (41.02% from 255 or 19.62% from 530); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D368 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D368 is #282C97. Grayscale: #C8C8C8. Windows color (decimal): -2632856 or 6869975. OLE color: 6869975.

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

Color convert

RGB 215 211 104 -
CMYK 0 0.02 0.52 0.16
HSL 57.84º 0.58% 0.63% -
HSV(B) 57.84º 0.52% 0.84% -
XYZ 53.82 62.04 22.23 -
YUV 200 73.83 138.7 -
System Red Green Blue C M Y K H S L
Decimal 215 211 104 0 0.02 0.52 0.16 57.84 0.58 0.63
Hex D7 D3 68 0 2 34 10 3A 3A 3F
Octal 327 323 150 0 2 64 20 72 72 77
Binary 11010111 11010011 1101000 0 10 110100 10000 111010 111010 111111

Color Harmonies of #D7D368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D368

Black with #D7D368

Text Example


Text Example

White with #D7D368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D368; }

 p { color: rgb(215,211,104); }

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

background-color css

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

 a { background-color: rgb(215,211,104); }

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

border-color css

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

 span { border-color: rgb(215,211,104); }

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