Html Css Color HEX #D6C019 Sunflower

📋 copy color: '#D6C019'

red 214 ◦ green 192 ◦ blue 25

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

Shades of Sunflower #D6C019

Tints of Sunflower #D6C019

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.55%

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

R = 49.65%
G = 44.55%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D6C019 (or 0xD6C019) is known color: Sunflower. HEX triplet: D6, C0 and 19. RGB value is (214,192,25). Sum of RGB (Red+Green+Blue) = 214+192+25=431 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.65% from 431); Green value is 192 (75.39% from 255 or 44.55% from 431); Blue value is 25 (10.16% from 255 or 5.80% from 431); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C019 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6C019 is #293FE6. Grayscale: #B4B4B4. Windows color (decimal): -2703335 or 1687766. OLE color: 1687766.

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

Color convert

RGB 214 192 25 -
CMYK 0 0.10 0.88 0.16
HSL 53.02º 0.79% 0.47% -
HSV(B) 53.02º 0.88% 0.84% -
XYZ 46.76 52.07 8.51 -
YUV 179.54 40.79 152.58 -
System Red Green Blue C M Y K H S L
Decimal 214 192 25 0 0.10 0.88 0.16 53.02 0.79 0.47
Hex D6 C0 19 0 A 58 10 35 4F 2F
Octal 326 300 31 0 12 130 20 65 117 57
Binary 11010110 11000000 11001 0 1010 1011000 10000 110101 1001111 101111

Color Harmonies of #D6C019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C019

Black with #D6C019

Text Example


Text Example

White with #D6C019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C019; }

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

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

background-color css

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

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

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

border-color css

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

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

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