Html Css Color HEX #D6B215 Sunflower

📋 copy color: '#D6B215'

red 214 ◦ green 178 ◦ blue 21

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

Shades of Sunflower #D6B215

Tints of Sunflower #D6B215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.08%

R = 51.82%
G = 43.1%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D6B215 (or 0xD6B215) is known color: Sunflower. HEX triplet: D6, B2 and 15. RGB value is (214,178,21). Sum of RGB (Red+Green+Blue) = 214+178+21=413 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.82% from 413); Green value is 178 (69.92% from 255 or 43.10% from 413); Blue value is 21 (8.59% from 255 or 5.08% from 413); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6B215 is #294DEA. Grayscale: #ABABAB. Windows color (decimal): -2706923 or 1422038. OLE color: 1422038.

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

Color convert

RGB 214 178 21 -
CMYK 0 0.17 0.90 0.16
HSL 48.81º 0.82% 0.46% -
HSV(B) 48.81º 0.9% 0.84% -
XYZ 43.79 46.19 7.32 -
YUV 170.87 43.43 158.77 -
System Red Green Blue C M Y K H S L
Decimal 214 178 21 0 0.17 0.90 0.16 48.81 0.82 0.46
Hex D6 B2 15 0 11 5A 10 31 52 2E
Octal 326 262 25 0 21 132 20 61 122 56
Binary 11010110 10110010 10101 0 10001 1011010 10000 110001 1010010 101110

Color Harmonies of #D6B215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B215

Black with #D6B215

Text Example


Text Example

White with #D6B215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B215; }

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

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

background-color css

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

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

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

border-color css

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

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

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