Html Css Color HEX #D6B214 Sunflower

📋 copy color: '#D6B214'

red 214 ◦ green 178 ◦ blue 20

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

Shades of Sunflower #D6B214

Tints of Sunflower #D6B214

RGB

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

 GREEN value IS 178 (69.92% from 255) = 43.2%

 BLUE value IS 20 (8.2% from 255) = 4.85%

R = 51.94%
G = 43.2%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D6B214 (or 0xD6B214) is known color: Sunflower. HEX triplet: D6, B2 and 14. RGB value is (214,178,20). Sum of RGB (Red+Green+Blue) = 214+178+20=412 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.94% from 412); Green value is 178 (69.92% from 255 or 43.20% from 412); Blue value is 20 (8.20% from 255 or 4.85% from 412); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B214 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6B214 is #294DEB. Grayscale: #ABABAB. Windows color (decimal): -2706924 or 1356502. OLE color: 1356502.

HSL color Cylindrical-coordinate representation of color #D6B214: hue angle of 48.87º degrees, saturation: 0.83, 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 #D6B214 is Cyan = 0, Magento = 0.17, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 178 20 -
CMYK 0 0.17 0.91 0.16
HSL 48.87º 0.83% 0.46% -
HSV(B) 48.87º 0.91% 0.84% -
XYZ 43.78 46.19 7.27 -
YUV 170.75 42.93 158.85 -
System Red Green Blue C M Y K H S L
Decimal 214 178 20 0 0.17 0.91 0.16 48.87 0.83 0.46
Hex D6 B2 14 0 11 5B 10 31 53 2E
Octal 326 262 24 0 21 133 20 61 123 56
Binary 11010110 10110010 10100 0 10001 1011011 10000 110001 1010011 101110

Color Harmonies of #D6B214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B214

Black with #D6B214

Text Example


Text Example

White with #D6B214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B214; }

 p { color: rgb(214,178,20); }

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

background-color css

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

 a { background-color: rgb(214,178,20); }

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

border-color css

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

 span { border-color: rgb(214,178,20); }

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