Html Css Color HEX #D5B521 Sunflower

📋 copy color: '#D5B521'

red 213 ◦ green 181 ◦ blue 33

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

Shades of Sunflower #D5B521

Tints of Sunflower #D5B521

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42.39%

 BLUE value IS 33 (13.28% from 255) = 7.73%

R = 49.88%
G = 42.39%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D5B521 (or 0xD5B521) is known color: Sunflower. HEX triplet: D5, B5 and 21. RGB value is (213,181,33). Sum of RGB (Red+Green+Blue) = 213+181+33=427 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.88% from 427); Green value is 181 (71.09% from 255 or 42.39% from 427); Blue value is 33 (13.28% from 255 or 7.73% from 427); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B521 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5B521 is #2A4ADE. Grayscale: #AEAEAE. Windows color (decimal): -2771679 or 2209237. OLE color: 2209237.

HSL color Cylindrical-coordinate representation of color #D5B521: hue angle of 49.33º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D5B521 is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 181 33 -
CMYK 0 0.15 0.85 0.16
HSL 49.33º 0.73% 0.48% -
HSV(B) 49.33º 0.85% 0.84% -
XYZ 44.24 47.3 8.24 -
YUV 173.7 48.6 156.03 -
System Red Green Blue C M Y K H S L
Decimal 213 181 33 0 0.15 0.85 0.16 49.33 0.73 0.48
Hex D5 B5 21 0 F 55 10 31 49 30
Octal 325 265 41 0 17 125 20 61 111 60
Binary 11010101 10110101 100001 0 1111 1010101 10000 110001 1001001 110000

Color Harmonies of #D5B521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B521

Black with #D5B521

Text Example


Text Example

White with #D5B521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B521; }

 p { color: rgb(213,181,33); }

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

background-color css

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

 a { background-color: rgb(213,181,33); }

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

border-color css

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

 span { border-color: rgb(213,181,33); }

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