Html Css Color HEX #D6B41B Sunflower

📋 copy color: '#D6B41B'

red 214 ◦ green 180 ◦ blue 27

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

Shades of Sunflower #D6B41B

Tints of Sunflower #D6B41B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.41%

R = 50.83%
G = 42.76%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D6B41B (or 0xD6B41B) is known color: Sunflower. HEX triplet: D6, B4 and 1B. RGB value is (214,180,27). Sum of RGB (Red+Green+Blue) = 214+180+27=421 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.83% from 421); Green value is 180 (70.70% from 255 or 42.76% from 421); Blue value is 27 (10.94% from 255 or 6.41% from 421); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B41B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B41B is #294BE4. Grayscale: #ADADAD. Windows color (decimal): -2706405 or 1815766. OLE color: 1815766.

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

Color convert

RGB 214 180 27 -
CMYK 0 0.16 0.87 0.16
HSL 49.09º 0.78% 0.47% -
HSV(B) 49.09º 0.87% 0.84% -
XYZ 44.25 47.02 7.78 -
YUV 172.72 45.76 157.44 -
System Red Green Blue C M Y K H S L
Decimal 214 180 27 0 0.16 0.87 0.16 49.09 0.78 0.47
Hex D6 B4 1B 0 10 57 10 31 4E 2F
Octal 326 264 33 0 20 127 20 61 116 57
Binary 11010110 10110100 11011 0 10000 1010111 10000 110001 1001110 101111

Color Harmonies of #D6B41B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B41B

Black with #D6B41B

Text Example


Text Example

White with #D6B41B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B41B; }

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

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

background-color css

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

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

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

border-color css

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

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

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