Html Css Color HEX #D6BA12 Sunflower

📋 copy color: '#D6BA12'

red 214 ◦ green 186 ◦ blue 18

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

Shades of Sunflower #D6BA12

Tints of Sunflower #D6BA12

RGB

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

 GREEN value IS 186 (73.05% from 255) = 44.5%

 BLUE value IS 18 (7.42% from 255) = 4.31%

R = 51.2%
G = 44.5%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D6BA12 (or 0xD6BA12) is known color: Sunflower. HEX triplet: D6, BA and 12. RGB value is (214,186,18). Sum of RGB (Red+Green+Blue) = 214+186+18=418 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.20% from 418); Green value is 186 (73.05% from 255 or 44.50% from 418); Blue value is 18 (7.42% from 255 or 4.31% from 418); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6BA12 is #2945ED. Grayscale: #AFAFAF. Windows color (decimal): -2704878 or 1227478. OLE color: 1227478.

HSL color Cylindrical-coordinate representation of color #D6BA12: hue angle of 51.43º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D6BA12 is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 186 18 -
CMYK 0 0.13 0.92 0.16
HSL 51.43º 0.84% 0.45% -
HSV(B) 51.43º 0.92% 0.84% -
XYZ 45.4 49.46 7.73 -
YUV 175.22 39.28 155.66 -
System Red Green Blue C M Y K H S L
Decimal 214 186 18 0 0.13 0.92 0.16 51.43 0.84 0.45
Hex D6 BA 12 0 D 5C 10 33 54 2D
Octal 326 272 22 0 15 134 20 63 124 55
Binary 11010110 10111010 10010 0 1101 1011100 10000 110011 1010100 101101

Color Harmonies of #D6BA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BA12

Black with #D6BA12

Text Example


Text Example

White with #D6BA12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BA12; }

 p { color: rgb(214,186,18); }

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

background-color css

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

 a { background-color: rgb(214,186,18); }

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

border-color css

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

 span { border-color: rgb(214,186,18); }

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