Html Css Color HEX #D6B71F Sunflower

📋 copy color: '#D6B71F'

red 214 ◦ green 183 ◦ blue 31

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

Shades of Sunflower #D6B71F

Tints of Sunflower #D6B71F

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.76%

 BLUE value IS 31 (12.5% from 255) = 7.24%

R = 50%
G = 42.76%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6B71F (or 0xD6B71F) is known color: Sunflower. HEX triplet: D6, B7 and 1F. RGB value is (214,183,31). Sum of RGB (Red+Green+Blue) = 214+183+31=428 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50% from 428); Green value is 183 (71.88% from 255 or 42.76% from 428); Blue value is 31 (12.5% from 255 or 7.24% from 428); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B71F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B71F is #2948E0. Grayscale: #AFAFAF. Windows color (decimal): -2705633 or 2078678. OLE color: 2078678.

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

Color convert

RGB 214 183 31 -
CMYK 0 0.14 0.86 0.16
HSL 49.84º 0.75% 0.48% -
HSV(B) 49.84º 0.86% 0.84% -
XYZ 44.91 48.26 8.24 -
YUV 174.94 46.77 155.86 -
System Red Green Blue C M Y K H S L
Decimal 214 183 31 0 0.14 0.86 0.16 49.84 0.75 0.48
Hex D6 B7 1F 0 E 56 10 32 4B 30
Octal 326 267 37 0 16 126 20 62 113 60
Binary 11010110 10110111 11111 0 1110 1010110 10000 110010 1001011 110000

Color Harmonies of #D6B71F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B71F

Black with #D6B71F

Text Example


Text Example

White with #D6B71F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B71F; }

 p { color: rgb(214,183,31); }

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

background-color css

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

 a { background-color: rgb(214,183,31); }

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

border-color css

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

 span { border-color: rgb(214,183,31); }

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