Html Css Color HEX #D6B519 Sunflower

📋 copy color: '#D6B519'

red 214 ◦ green 181 ◦ blue 25

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

Shades of Sunflower #D6B519

Tints of Sunflower #D6B519

RGB

 RED value IS 214 (83.98% from 255) = 50.95%

 GREEN value IS 181 (71.09% from 255) = 43.1%

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

R = 50.95%
G = 43.1%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D6B519 (or 0xD6B519) is known color: Sunflower. HEX triplet: D6, B5 and 19. RGB value is (214,181,25). Sum of RGB (Red+Green+Blue) = 214+181+25=420 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.95% from 420); Green value is 181 (71.09% from 255 or 43.10% from 420); Blue value is 25 (10.16% from 255 or 5.95% from 420); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B519 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6B519 is #294AE6. Grayscale: #ADADAD. Windows color (decimal): -2706151 or 1684950. OLE color: 1684950.

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

Color convert

RGB 214 181 25 -
CMYK 0 0.15 0.88 0.16
HSL 49.52º 0.79% 0.47% -
HSV(B) 49.52º 0.88% 0.84% -
XYZ 44.43 47.41 7.73 -
YUV 173.08 44.43 157.18 -
System Red Green Blue C M Y K H S L
Decimal 214 181 25 0 0.15 0.88 0.16 49.52 0.79 0.47
Hex D6 B5 19 0 F 58 10 32 4F 2F
Octal 326 265 31 0 17 130 20 62 117 57
Binary 11010110 10110101 11001 0 1111 1011000 10000 110010 1001111 101111

Color Harmonies of #D6B519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B519

Black with #D6B519

Text Example


Text Example

White with #D6B519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B519; }

 p { color: rgb(214,181,25); }

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

background-color css

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

 a { background-color: rgb(214,181,25); }

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

border-color css

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

 span { border-color: rgb(214,181,25); }

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