Html Css Color HEX #D6B413 Sunflower

📋 copy color: '#D6B413'

red 214 ◦ green 180 ◦ blue 19

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

Shades of Sunflower #D6B413

Tints of Sunflower #D6B413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.6%

R = 51.82%
G = 43.58%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D6B413 (or 0xD6B413) is known color: Sunflower. HEX triplet: D6, B4 and 13. RGB value is (214,180,19). Sum of RGB (Red+Green+Blue) = 214+180+19=413 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.82% from 413); Green value is 180 (70.70% from 255 or 43.58% from 413); Blue value is 19 (7.81% from 255 or 4.60% from 413); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B413 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6B413 is #294BEC. Grayscale: #ACACAC. Windows color (decimal): -2706413 or 1291478. OLE color: 1291478.

HSL color Cylindrical-coordinate representation of color #D6B413: hue angle of 49.54º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D6B413 is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 180 19 -
CMYK 0 0.16 0.91 0.16
HSL 49.54º 0.84% 0.46% -
HSV(B) 49.54º 0.91% 0.84% -
XYZ 44.17 46.99 7.36 -
YUV 171.81 41.76 158.09 -
System Red Green Blue C M Y K H S L
Decimal 214 180 19 0 0.16 0.91 0.16 49.54 0.84 0.46
Hex D6 B4 13 0 10 5B 10 32 54 2E
Octal 326 264 23 0 20 133 20 62 124 56
Binary 11010110 10110100 10011 0 10000 1011011 10000 110010 1010100 101110

Color Harmonies of #D6B413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B413

Black with #D6B413

Text Example


Text Example

White with #D6B413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B413; }

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

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

background-color css

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

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

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

border-color css

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

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

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