Html Css Color HEX #D5BA22 Sunflower

📋 copy color: '#D5BA22'

red 213 ◦ green 186 ◦ blue 34

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

Shades of Sunflower #D5BA22

Tints of Sunflower #D5BA22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.85%

R = 49.19%
G = 42.96%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D5BA22 (or 0xD5BA22) is known color: Sunflower. HEX triplet: D5, BA and 22. RGB value is (213,186,34). Sum of RGB (Red+Green+Blue) = 213+186+34=433 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.19% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 34 (13.67% from 255 or 7.85% from 433); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BA22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5BA22 is #2A45DD. Grayscale: #B1B1B1. Windows color (decimal): -2770398 or 2276053. OLE color: 2276053.

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

Color convert

RGB 213 186 34 -
CMYK 0 0.13 0.84 0.16
HSL 50.95º 0.72% 0.48% -
HSV(B) 50.95º 0.84% 0.84% -
XYZ 45.29 49.38 8.66 -
YUV 176.75 47.45 153.86 -
System Red Green Blue C M Y K H S L
Decimal 213 186 34 0 0.13 0.84 0.16 50.95 0.72 0.48
Hex D5 BA 22 0 D 54 10 33 48 30
Octal 325 272 42 0 15 124 20 63 110 60
Binary 11010101 10111010 100010 0 1101 1010100 10000 110011 1001000 110000

Color Harmonies of #D5BA22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BA22

Black with #D5BA22

Text Example


Text Example

White with #D5BA22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BA22; }

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

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

background-color css

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

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

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

border-color css

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

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

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