Html Css Color HEX #D5B928 Sunflower

📋 copy color: '#D5B928'

red 213 ◦ green 185 ◦ blue 40

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

Shades of Sunflower #D5B928

Tints of Sunflower #D5B928

RGB

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

 GREEN value IS 185 (72.66% from 255) = 42.24%

 BLUE value IS 40 (16.02% from 255) = 9.13%

R = 48.63%
G = 42.24%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D5B928 (or 0xD5B928) is known color: Sunflower. HEX triplet: D5, B9 and 28. RGB value is (213,185,40). Sum of RGB (Red+Green+Blue) = 213+185+40=438 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.63% from 438); Green value is 185 (72.66% from 255 or 42.24% from 438); Blue value is 40 (16.02% from 255 or 9.13% from 438); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B928 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5B928 is #2A46D7. Grayscale: #B1B1B1. Windows color (decimal): -2770648 or 2669013. OLE color: 2669013.

HSL color Cylindrical-coordinate representation of color #D5B928: hue angle of 50.29º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D5B928 is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 185 40 -
CMYK 0 0.13 0.81 0.16
HSL 50.29º 0.68% 0.5% -
HSV(B) 50.29º 0.81% 0.84% -
XYZ 45.17 49 9.08 -
YUV 176.84 50.78 153.79 -
System Red Green Blue C M Y K H S L
Decimal 213 185 40 0 0.13 0.81 0.16 50.29 0.68 0.5
Hex D5 B9 28 0 D 51 10 32 44 32
Octal 325 271 50 0 15 121 20 62 104 62
Binary 11010101 10111001 101000 0 1101 1010001 10000 110010 1000100 110010

Color Harmonies of #D5B928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B928

Black with #D5B928

Text Example


Text Example

White with #D5B928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B928; }

 p { color: rgb(213,185,40); }

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

background-color css

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

 a { background-color: rgb(213,185,40); }

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

border-color css

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

 span { border-color: rgb(213,185,40); }

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