Html Css Color HEX #D6B318 Sunflower

📋 copy color: '#D6B318'

red 214 ◦ green 179 ◦ blue 24

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

Shades of Sunflower #D6B318

Tints of Sunflower #D6B318

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.93%

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

R = 51.32%
G = 42.93%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D6B318 (or 0xD6B318) is known color: Sunflower. HEX triplet: D6, B3 and 18. RGB value is (214,179,24). Sum of RGB (Red+Green+Blue) = 214+179+24=417 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.32% from 417); Green value is 179 (70.31% from 255 or 42.93% from 417); Blue value is 24 (9.77% from 255 or 5.76% from 417); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B318 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6B318 is #294CE7. Grayscale: #ACACAC. Windows color (decimal): -2706664 or 1618902. OLE color: 1618902.

HSL color Cylindrical-coordinate representation of color #D6B318: hue angle of 48.95º 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 #D6B318 is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 179 24 -
CMYK 0 0.16 0.89 0.16
HSL 48.95º 0.8% 0.47% -
HSV(B) 48.95º 0.89% 0.84% -
XYZ 44.02 46.6 7.54 -
YUV 171.8 44.6 158.1 -
System Red Green Blue C M Y K H S L
Decimal 214 179 24 0 0.16 0.89 0.16 48.95 0.8 0.47
Hex D6 B3 18 0 10 59 10 31 50 2F
Octal 326 263 30 0 20 131 20 61 120 57
Binary 11010110 10110011 11000 0 10000 1011001 10000 110001 1010000 101111

Color Harmonies of #D6B318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B318

Black with #D6B318

Text Example


Text Example

White with #D6B318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B318; }

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

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

background-color css

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

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

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

border-color css

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

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

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