Html Css Color HEX #D6B10A Sunflower

📋 copy color: '#D6B10A'

red 214 ◦ green 177 ◦ blue 10

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

Shades of Sunflower #D6B10A

Tints of Sunflower #D6B10A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.49%

R = 53.37%
G = 44.14%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D6B10A (or 0xD6B10A) is known color: Sunflower. HEX triplet: D6, B1 and 0A. RGB value is (214,177,10). Sum of RGB (Red+Green+Blue) = 214+177+10=401 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.37% from 401); Green value is 177 (69.53% from 255 or 44.14% from 401); Blue value is 10 (4.30% from 255 or 2.49% from 401); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B10A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6B10A is #294EF5. Grayscale: #A9A9A9. Windows color (decimal): -2707190 or 700886. OLE color: 700886.

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

Color convert

RGB 214 177 10 -
CMYK 0 0.17 0.95 0.16
HSL 49.12º 0.91% 0.44% -
HSV(B) 49.12º 0.95% 0.84% -
XYZ 43.51 45.76 6.83 -
YUV 169.03 38.26 160.08 -
System Red Green Blue C M Y K H S L
Decimal 214 177 10 0 0.17 0.95 0.16 49.12 0.91 0.44
Hex D6 B1 A 0 11 5F 10 31 5B 2C
Octal 326 261 12 0 21 137 20 61 133 54
Binary 11010110 10110001 1010 0 10001 1011111 10000 110001 1011011 101100

Color Harmonies of #D6B10A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B10A

Black with #D6B10A

Text Example


Text Example

White with #D6B10A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B10A; }

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

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

background-color css

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

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

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

border-color css

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

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

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