Html Css Color HEX #D5D367 Goldenrod

📋 copy color: '#D5D367'

red 213 ◦ green 211 ◦ blue 103

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

Shades of Goldenrod #D5D367

Tints of Goldenrod #D5D367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 19.54%

R = 40.42%
G = 40.04%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D5D367 (or 0xD5D367) is known color: Goldenrod. HEX triplet: D5, D3 and 67. RGB value is (213,211,103). Sum of RGB (Red+Green+Blue) = 213+211+103=527 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.42% from 527); Green value is 211 (82.81% from 255 or 40.04% from 527); Blue value is 103 (40.62% from 255 or 19.54% from 527); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D367 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D367 is #2A2C98. Grayscale: #C7C7C7. Windows color (decimal): -2763929 or 6804437. OLE color: 6804437.

HSL color Cylindrical-coordinate representation of color #D5D367: hue angle of 58.91º 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 #D5D367 is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 211 103 -
CMYK 0 0.01 0.52 0.16
HSL 58.91º 0.57% 0.62% -
HSV(B) 58.91º 0.52% 0.84% -
XYZ 53.18 61.71 21.94 -
YUV 199.29 73.66 137.78 -
System Red Green Blue C M Y K H S L
Decimal 213 211 103 0 0.01 0.52 0.16 58.91 0.57 0.62
Hex D5 D3 67 0 1 34 10 3B 39 3E
Octal 325 323 147 0 1 64 20 73 71 76
Binary 11010101 11010011 1100111 0 1 110100 10000 111011 111001 111110

Color Harmonies of #D5D367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D367

Black with #D5D367

Text Example


Text Example

White with #D5D367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D367; }

 p { color: rgb(213,211,103); }

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

background-color css

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

 a { background-color: rgb(213,211,103); }

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

border-color css

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

 span { border-color: rgb(213,211,103); }

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