Html Css Color HEX #D6B50C Sunflower

📋 copy color: '#D6B50C'

red 214 ◦ green 181 ◦ blue 12

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

Shades of Sunflower #D6B50C

Tints of Sunflower #D6B50C

RGB

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

 GREEN value IS 181 (71.09% from 255) = 44.47%

 BLUE value IS 12 (5.08% from 255) = 2.95%

R = 52.58%
G = 44.47%
B = 2.95%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D6B50C (or 0xD6B50C) is known color: Sunflower. HEX triplet: D6, B5 and 0C. RGB value is (214,181,12). Sum of RGB (Red+Green+Blue) = 214+181+12=407 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.58% from 407); Green value is 181 (71.09% from 255 or 44.47% from 407); Blue value is 12 (5.08% from 255 or 2.95% from 407); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B50C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6B50C is #294AF3. Grayscale: #ACACAC. Windows color (decimal): -2706164 or 832982. OLE color: 832982.

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

Color convert

RGB 214 181 12 -
CMYK 0 0.15 0.94 0.16
HSL 50.2º 0.89% 0.44% -
HSV(B) 50.2º 0.94% 0.84% -
XYZ 44.32 47.37 7.16 -
YUV 171.6 37.93 158.24 -
System Red Green Blue C M Y K H S L
Decimal 214 181 12 0 0.15 0.94 0.16 50.2 0.89 0.44
Hex D6 B5 C 0 F 5E 10 32 59 2C
Octal 326 265 14 0 17 136 20 62 131 54
Binary 11010110 10110101 1100 0 1111 1011110 10000 110010 1011001 101100

Color Harmonies of #D6B50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B50C

Black with #D6B50C

Text Example


Text Example

White with #D6B50C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B50C; }

 p { color: rgb(214,181,12); }

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

background-color css

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

 a { background-color: rgb(214,181,12); }

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

border-color css

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

 span { border-color: rgb(214,181,12); }

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