Html Css Color HEX #D5BA13 Sunflower

📋 copy color: '#D5BA13'

red 213 ◦ green 186 ◦ blue 19

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

Shades of Sunflower #D5BA13

Tints of Sunflower #D5BA13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.55%

R = 50.96%
G = 44.5%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D5BA13 (or 0xD5BA13) is known color: Sunflower. HEX triplet: D5, BA and 13. RGB value is (213,186,19). Sum of RGB (Red+Green+Blue) = 213+186+19=418 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.96% from 418); Green value is 186 (73.05% from 255 or 44.50% from 418); Blue value is 19 (7.81% from 255 or 4.55% from 418); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BA13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5BA13 is #2A45EC. Grayscale: #AFAFAF. Windows color (decimal): -2770413 or 1293013. OLE color: 1293013.

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

Color convert

RGB 213 186 19 -
CMYK 0 0.13 0.91 0.16
HSL 51.65º 0.84% 0.45% -
HSV(B) 51.65º 0.91% 0.84% -
XYZ 45.12 49.31 7.76 -
YUV 175.04 39.95 155.08 -
System Red Green Blue C M Y K H S L
Decimal 213 186 19 0 0.13 0.91 0.16 51.65 0.84 0.45
Hex D5 BA 13 0 D 5B 10 34 54 2D
Octal 325 272 23 0 15 133 20 64 124 55
Binary 11010101 10111010 10011 0 1101 1011011 10000 110100 1010100 101101

Color Harmonies of #D5BA13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BA13

Black with #D5BA13

Text Example


Text Example

White with #D5BA13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BA13; }

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

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

background-color css

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

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

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

border-color css

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

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

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