Html Css Color HEX #D6B619 Sunflower

📋 copy color: '#D6B619'

red 214 ◦ green 182 ◦ blue 25

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

Shades of Sunflower #D6B619

Tints of Sunflower #D6B619

RGB

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

 GREEN value IS 182 (71.48% from 255) = 43.23%

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

R = 50.83%
G = 43.23%
B = 5.94%

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

#D6B619 (or 0xD6B619) is known color: Sunflower. HEX triplet: D6, B6 and 19. RGB value is (214,182,25). Sum of RGB (Red+Green+Blue) = 214+182+25=421 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.83% from 421); Green value is 182 (71.48% from 255 or 43.23% from 421); Blue value is 25 (10.16% from 255 or 5.94% from 421); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B619 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6B619 is #2949E6. Grayscale: #AEAEAE. Windows color (decimal): -2705895 or 1685206. OLE color: 1685206.

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

Color convert

RGB 214 182 25 -
CMYK 0 0.15 0.88 0.16
HSL 49.84º 0.79% 0.47% -
HSV(B) 49.84º 0.88% 0.84% -
XYZ 44.63 47.82 7.8 -
YUV 173.67 44.1 156.77 -
System Red Green Blue C M Y K H S L
Decimal 214 182 25 0 0.15 0.88 0.16 49.84 0.79 0.47
Hex D6 B6 19 0 F 58 10 32 4F 2F
Octal 326 266 31 0 17 130 20 62 117 57
Binary 11010110 10110110 11001 0 1111 1011000 10000 110010 1001111 101111

Color Harmonies of #D6B619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B619

Black with #D6B619

Text Example


Text Example

White with #D6B619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B619; }

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

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

background-color css

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

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

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

border-color css

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

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

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