Html Css Color HEX #D6B218 Sunflower

📋 copy color: '#D6B218'

red 214 ◦ green 178 ◦ blue 24

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

Shades of Sunflower #D6B218

Tints of Sunflower #D6B218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.77%

R = 51.44%
G = 42.79%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D6B218 (or 0xD6B218) is known color: Sunflower. HEX triplet: D6, B2 and 18. RGB value is (214,178,24). Sum of RGB (Red+Green+Blue) = 214+178+24=416 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.44% from 416); Green value is 178 (69.92% from 255 or 42.79% from 416); Blue value is 24 (9.77% from 255 or 5.77% from 416); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B218 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6B218 is #294DE7. Grayscale: #ABABAB. Windows color (decimal): -2706920 or 1618646. OLE color: 1618646.

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

Color convert

RGB 214 178 24 -
CMYK 0 0.17 0.89 0.16
HSL 48.63º 0.8% 0.47% -
HSV(B) 48.63º 0.89% 0.84% -
XYZ 43.82 46.2 7.47 -
YUV 171.21 44.93 158.52 -
System Red Green Blue C M Y K H S L
Decimal 214 178 24 0 0.17 0.89 0.16 48.63 0.8 0.47
Hex D6 B2 18 0 11 59 10 31 50 2F
Octal 326 262 30 0 21 131 20 61 120 57
Binary 11010110 10110010 11000 0 10001 1011001 10000 110001 1010000 101111

Color Harmonies of #D6B218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B218

Black with #D6B218

Text Example


Text Example

White with #D6B218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B218; }

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

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

background-color css

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

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

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

border-color css

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

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

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