Html Css Color HEX #D6B71C Sunflower

📋 copy color: '#D6B71C'

red 214 ◦ green 183 ◦ blue 28

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

Shades of Sunflower #D6B71C

Tints of Sunflower #D6B71C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.59%

R = 50.35%
G = 43.06%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D6B71C (or 0xD6B71C) is known color: Sunflower. HEX triplet: D6, B7 and 1C. RGB value is (214,183,28). Sum of RGB (Red+Green+Blue) = 214+183+28=425 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.35% from 425); Green value is 183 (71.88% from 255 or 43.06% from 425); Blue value is 28 (11.33% from 255 or 6.59% from 425); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B71C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B71C is #2948E3. Grayscale: #AFAFAF. Windows color (decimal): -2705636 or 1882070. OLE color: 1882070.

HSL color Cylindrical-coordinate representation of color #D6B71C: hue angle of 50º degrees, saturation: 0.77, 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 #D6B71C is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 183 28 -
CMYK 0 0.14 0.87 0.16
HSL 50º 0.77% 0.47% -
HSV(B) 50º 0.87% 0.84% -
XYZ 44.87 48.25 8.05 -
YUV 174.6 45.27 156.1 -
System Red Green Blue C M Y K H S L
Decimal 214 183 28 0 0.14 0.87 0.16 50 0.77 0.47
Hex D6 B7 1C 0 E 57 10 32 4D 2F
Octal 326 267 34 0 16 127 20 62 115 57
Binary 11010110 10110111 11100 0 1110 1010111 10000 110010 1001101 101111

Color Harmonies of #D6B71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B71C

Black with #D6B71C

Text Example


Text Example

White with #D6B71C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B71C; }

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

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

background-color css

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

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

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

border-color css

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

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

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