Html Css Color HEX #D4BA19 Sunflower

📋 copy color: '#D4BA19'

red 212 ◦ green 186 ◦ blue 25

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

Shades of Sunflower #D4BA19

Tints of Sunflower #D4BA19

RGB

 RED value IS 212 (83.2% from 255) = 50.12%

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

 BLUE value IS 25 (10.16% from 255) = 5.91%

R = 50.12%
G = 43.97%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#D4BA19 (or 0xD4BA19) is known color: Sunflower. HEX triplet: D4, BA and 19. RGB value is (212,186,25). Sum of RGB (Red+Green+Blue) = 212+186+25=423 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50.12% from 423); Green value is 186 (73.05% from 255 or 43.97% from 423); Blue value is 25 (10.16% from 255 or 5.91% from 423); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BA19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4BA19 is #2B45E6. Grayscale: #B0B0B0. Windows color (decimal): -2835943 or 1686228. OLE color: 1686228.

HSL color Cylindrical-coordinate representation of color #D4BA19: hue angle of 51.66º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D4BA19 is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 186 25 -
CMYK 0 0.12 0.88 0.17
HSL 51.66º 0.79% 0.46% -
HSV(B) 51.66º 0.88% 0.83% -
XYZ 44.89 49.19 8.05 -
YUV 175.42 43.11 154.09 -
System Red Green Blue C M Y K H S L
Decimal 212 186 25 0 0.12 0.88 0.17 51.66 0.79 0.46
Hex D4 BA 19 0 C 58 11 34 4F 2E
Octal 324 272 31 0 14 130 21 64 117 56
Binary 11010100 10111010 11001 0 1100 1011000 10001 110100 1001111 101110

Color Harmonies of #D4BA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BA19

Black with #D4BA19

Text Example


Text Example

White with #D4BA19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BA19; }

 p { color: rgb(212,186,25); }

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

background-color css

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

 a { background-color: rgb(212,186,25); }

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

border-color css

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

 span { border-color: rgb(212,186,25); }

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