Html Css Color HEX #D5BA1A Sunflower

📋 copy color: '#D5BA1A'

red 213 ◦ green 186 ◦ blue 26

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

Shades of Sunflower #D5BA1A

Tints of Sunflower #D5BA1A

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.76%

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

R = 50.12%
G = 43.76%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D5BA1A (or 0xD5BA1A) is known color: Sunflower. HEX triplet: D5, BA and 1A. RGB value is (213,186,26). Sum of RGB (Red+Green+Blue) = 213+186+26=425 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.12% from 425); Green value is 186 (73.05% from 255 or 43.76% from 425); Blue value is 26 (10.55% from 255 or 6.12% from 425); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BA1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5BA1A is #2A45E5. Grayscale: #B0B0B0. Windows color (decimal): -2770406 or 1751765. OLE color: 1751765.

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

Color convert

RGB 213 186 26 -
CMYK 0 0.13 0.88 0.16
HSL 51.34º 0.78% 0.47% -
HSV(B) 51.34º 0.88% 0.84% -
XYZ 45.19 49.34 8.12 -
YUV 175.83 43.45 154.51 -
System Red Green Blue C M Y K H S L
Decimal 213 186 26 0 0.13 0.88 0.16 51.34 0.78 0.47
Hex D5 BA 1A 0 D 58 10 33 4E 2F
Octal 325 272 32 0 15 130 20 63 116 57
Binary 11010101 10111010 11010 0 1101 1011000 10000 110011 1001110 101111

Color Harmonies of #D5BA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BA1A

Black with #D5BA1A

Text Example


Text Example

White with #D5BA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BA1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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