Html Css Color HEX #D5BA1C Sunflower

📋 copy color: '#D5BA1C'

red 213 ◦ green 186 ◦ blue 28

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

Shades of Sunflower #D5BA1C

Tints of Sunflower #D5BA1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.56%

R = 49.88%
G = 43.56%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D5BA1C (or 0xD5BA1C) is known color: Sunflower. HEX triplet: D5, BA and 1C. RGB value is (213,186,28). Sum of RGB (Red+Green+Blue) = 213+186+28=427 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.88% from 427); Green value is 186 (73.05% from 255 or 43.56% from 427); Blue value is 28 (11.33% from 255 or 6.56% from 427); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BA1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5BA1C is #2A45E3. Grayscale: #B0B0B0. Windows color (decimal): -2770404 or 1882837. OLE color: 1882837.

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

Color convert

RGB 213 186 28 -
CMYK 0 0.13 0.87 0.16
HSL 51.24º 0.77% 0.47% -
HSV(B) 51.24º 0.87% 0.84% -
XYZ 45.21 49.35 8.24 -
YUV 176.06 44.45 154.35 -
System Red Green Blue C M Y K H S L
Decimal 213 186 28 0 0.13 0.87 0.16 51.24 0.77 0.47
Hex D5 BA 1C 0 D 57 10 33 4D 2F
Octal 325 272 34 0 15 127 20 63 115 57
Binary 11010101 10111010 11100 0 1101 1010111 10000 110011 1001101 101111

Color Harmonies of #D5BA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BA1C

Black with #D5BA1C

Text Example


Text Example

White with #D5BA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BA1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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