Html Css Color HEX #D6B41A Sunflower

📋 copy color: '#D6B41A'

red 214 ◦ green 180 ◦ blue 26

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

Shades of Sunflower #D6B41A

Tints of Sunflower #D6B41A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.86%

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

R = 50.95%
G = 42.86%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D6B41A (or 0xD6B41A) is known color: Sunflower. HEX triplet: D6, B4 and 1A. RGB value is (214,180,26). Sum of RGB (Red+Green+Blue) = 214+180+26=420 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.95% from 420); Green value is 180 (70.70% from 255 or 42.86% from 420); Blue value is 26 (10.55% from 255 or 6.19% from 420); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B41A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B41A is #294BE5. Grayscale: #ADADAD. Windows color (decimal): -2706406 or 1750230. OLE color: 1750230.

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

Color convert

RGB 214 180 26 -
CMYK 0 0.16 0.88 0.16
HSL 49.15º 0.78% 0.47% -
HSV(B) 49.15º 0.88% 0.84% -
XYZ 44.24 47.01 7.72 -
YUV 172.61 45.26 157.52 -
System Red Green Blue C M Y K H S L
Decimal 214 180 26 0 0.16 0.88 0.16 49.15 0.78 0.47
Hex D6 B4 1A 0 10 58 10 31 4E 2F
Octal 326 264 32 0 20 130 20 61 116 57
Binary 11010110 10110100 11010 0 10000 1011000 10000 110001 1001110 101111

Color Harmonies of #D6B41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B41A

Black with #D6B41A

Text Example


Text Example

White with #D6B41A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B41A; }

 p { color: rgb(214,180,26); }

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

background-color css

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

 a { background-color: rgb(214,180,26); }

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

border-color css

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

 span { border-color: rgb(214,180,26); }

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