Html Css Color HEX #D6B618 Sunflower

📋 copy color: '#D6B618'

red 214 ◦ green 182 ◦ blue 24

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

Shades of Sunflower #D6B618

Tints of Sunflower #D6B618

RGB

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

 GREEN value IS 182 (71.48% from 255) = 43.33%

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

R = 50.95%
G = 43.33%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D6B618 (or 0xD6B618) is known color: Sunflower. HEX triplet: D6, B6 and 18. RGB value is (214,182,24). Sum of RGB (Red+Green+Blue) = 214+182+24=420 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.95% from 420); Green value is 182 (71.48% from 255 or 43.33% from 420); Blue value is 24 (9.77% from 255 or 5.71% from 420); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B618 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6B618 is #2949E7. Grayscale: #AEAEAE. Windows color (decimal): -2705896 or 1619670. OLE color: 1619670.

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

Color convert

RGB 214 182 24 -
CMYK 0 0.15 0.89 0.16
HSL 49.89º 0.8% 0.47% -
HSV(B) 49.89º 0.89% 0.84% -
XYZ 44.62 47.82 7.74 -
YUV 173.56 43.6 156.85 -
System Red Green Blue C M Y K H S L
Decimal 214 182 24 0 0.15 0.89 0.16 49.89 0.8 0.47
Hex D6 B6 18 0 F 59 10 32 50 2F
Octal 326 266 30 0 17 131 20 62 120 57
Binary 11010110 10110110 11000 0 1111 1011001 10000 110010 1010000 101111

Color Harmonies of #D6B618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B618

Black with #D6B618

Text Example


Text Example

White with #D6B618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B618; }

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

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

background-color css

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

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

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

border-color css

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

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

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