Html Css Color HEX #D7BA1A Sunflower

📋 copy color: '#D7BA1A'

red 215 ◦ green 186 ◦ blue 26

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

Shades of Sunflower #D7BA1A

Tints of Sunflower #D7BA1A

RGB

 RED value IS 215 (84.38% from 255) = 50.35%

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

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

R = 50.35%
G = 43.56%
B = 6.09%

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

#D7BA1A (or 0xD7BA1A) is known color: Sunflower. HEX triplet: D7, BA and 1A. RGB value is (215,186,26). Sum of RGB (Red+Green+Blue) = 215+186+26=427 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.35% from 427); Green value is 186 (73.05% from 255 or 43.56% from 427); Blue value is 26 (10.55% from 255 or 6.09% from 427); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BA1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7BA1A is #2845E5. Grayscale: #B1B1B1. Windows color (decimal): -2639334 or 1751767. OLE color: 1751767.

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

Color convert

RGB 215 186 26 -
CMYK 0 0.13 0.88 0.16
HSL 50.79º 0.78% 0.47% -
HSV(B) 50.79º 0.88% 0.84% -
XYZ 45.77 49.64 8.15 -
YUV 176.43 43.11 155.51 -
System Red Green Blue C M Y K H S L
Decimal 215 186 26 0 0.13 0.88 0.16 50.79 0.78 0.47
Hex D7 BA 1A 0 D 58 10 33 4E 2F
Octal 327 272 32 0 15 130 20 63 116 57
Binary 11010111 10111010 11010 0 1101 1011000 10000 110011 1001110 101111

Color Harmonies of #D7BA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BA1A

Black with #D7BA1A

Text Example


Text Example

White with #D7BA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BA1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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