Html Css Color HEX #D6B10C Sunflower

📋 copy color: '#D6B10C'

red 214 ◦ green 177 ◦ blue 12

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

Shades of Sunflower #D6B10C

Tints of Sunflower #D6B10C

RGB

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

 GREEN value IS 177 (69.53% from 255) = 43.92%

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

R = 53.1%
G = 43.92%
B = 2.98%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D6B10C (or 0xD6B10C) is known color: Sunflower. HEX triplet: D6, B1 and 0C. RGB value is (214,177,12). Sum of RGB (Red+Green+Blue) = 214+177+12=403 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.10% from 403); Green value is 177 (69.53% from 255 or 43.92% from 403); Blue value is 12 (5.08% from 255 or 2.98% from 403); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B10C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6B10C is #294EF3. Grayscale: #A9A9A9. Windows color (decimal): -2707188 or 831958. OLE color: 831958.

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

Color convert

RGB 214 177 12 -
CMYK 0 0.17 0.94 0.16
HSL 49.01º 0.89% 0.44% -
HSV(B) 49.01º 0.94% 0.84% -
XYZ 43.52 45.77 6.89 -
YUV 169.25 39.26 159.92 -
System Red Green Blue C M Y K H S L
Decimal 214 177 12 0 0.17 0.94 0.16 49.01 0.89 0.44
Hex D6 B1 C 0 11 5E 10 31 59 2C
Octal 326 261 14 0 21 136 20 61 131 54
Binary 11010110 10110001 1100 0 10001 1011110 10000 110001 1011001 101100

Color Harmonies of #D6B10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B10C

Black with #D6B10C

Text Example


Text Example

White with #D6B10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B10C; }

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

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

background-color css

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

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

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

border-color css

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

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

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