Html Css Color HEX #D5BA1E Sunflower

📋 copy color: '#D5BA1E'

red 213 ◦ green 186 ◦ blue 30

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

Shades of Sunflower #D5BA1E

Tints of Sunflower #D5BA1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.99%

R = 49.65%
G = 43.36%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D5BA1E (or 0xD5BA1E) is known color: Sunflower. HEX triplet: D5, BA and 1E. RGB value is (213,186,30). Sum of RGB (Red+Green+Blue) = 213+186+30=429 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.65% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 30 (12.11% from 255 or 6.99% from 429); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BA1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5BA1E is #2A45E1. Grayscale: #B0B0B0. Windows color (decimal): -2770402 or 2013909. OLE color: 2013909.

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

Color convert

RGB 213 186 30 -
CMYK 0 0.13 0.86 0.16
HSL 51.15º 0.75% 0.48% -
HSV(B) 51.15º 0.86% 0.84% -
XYZ 45.23 49.36 8.37 -
YUV 176.29 45.45 154.18 -
System Red Green Blue C M Y K H S L
Decimal 213 186 30 0 0.13 0.86 0.16 51.15 0.75 0.48
Hex D5 BA 1E 0 D 56 10 33 4B 30
Octal 325 272 36 0 15 126 20 63 113 60
Binary 11010101 10111010 11110 0 1101 1010110 10000 110011 1001011 110000

Color Harmonies of #D5BA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BA1E

Black with #D5BA1E

Text Example


Text Example

White with #D5BA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BA1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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