Html Css Color HEX #D5B41A Sunflower

📋 copy color: '#D5B41A'

red 213 ◦ green 180 ◦ blue 26

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

Shades of Sunflower #D5B41A

Tints of Sunflower #D5B41A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.96%

 BLUE value IS 26 (10.55% from 255) = 6.21%

R = 50.84%
G = 42.96%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D5B41A (or 0xD5B41A) is known color: Sunflower. HEX triplet: D5, B4 and 1A. RGB value is (213,180,26). Sum of RGB (Red+Green+Blue) = 213+180+26=419 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.84% from 419); Green value is 180 (70.70% from 255 or 42.96% from 419); Blue value is 26 (10.55% from 255 or 6.21% from 419); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B41A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5B41A is #2A4BE5. Grayscale: #ACACAC. Windows color (decimal): -2771942 or 1750229. OLE color: 1750229.

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

Color convert

RGB 213 180 26 -
CMYK 0 0.15 0.88 0.16
HSL 49.41º 0.78% 0.47% -
HSV(B) 49.41º 0.88% 0.84% -
XYZ 43.95 46.86 7.71 -
YUV 172.31 45.43 157.02 -
System Red Green Blue C M Y K H S L
Decimal 213 180 26 0 0.15 0.88 0.16 49.41 0.78 0.47
Hex D5 B4 1A 0 F 58 10 31 4E 2F
Octal 325 264 32 0 17 130 20 61 116 57
Binary 11010101 10110100 11010 0 1111 1011000 10000 110001 1001110 101111

Color Harmonies of #D5B41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B41A

Black with #D5B41A

Text Example


Text Example

White with #D5B41A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B41A; }

 p { color: rgb(213,180,26); }

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

background-color css

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

 a { background-color: rgb(213,180,26); }

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

border-color css

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

 span { border-color: rgb(213,180,26); }

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