Html Css Color HEX #D6B312 Sunflower

📋 copy color: '#D6B312'

red 214 ◦ green 179 ◦ blue 18

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

Shades of Sunflower #D6B312

Tints of Sunflower #D6B312

RGB

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

 GREEN value IS 179 (70.31% from 255) = 43.55%

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

R = 52.07%
G = 43.55%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D6B312 (or 0xD6B312) is known color: Sunflower. HEX triplet: D6, B3 and 12. RGB value is (214,179,18). Sum of RGB (Red+Green+Blue) = 214+179+18=411 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.07% from 411); Green value is 179 (70.31% from 255 or 43.55% from 411); Blue value is 18 (7.42% from 255 or 4.38% from 411); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B312 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6B312 is #294CED. Grayscale: #ABABAB. Windows color (decimal): -2706670 or 1225686. OLE color: 1225686.

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

Color convert

RGB 214 179 18 -
CMYK 0 0.16 0.92 0.16
HSL 49.29º 0.84% 0.45% -
HSV(B) 49.29º 0.92% 0.84% -
XYZ 43.96 46.58 7.25 -
YUV 171.11 41.6 158.59 -
System Red Green Blue C M Y K H S L
Decimal 214 179 18 0 0.16 0.92 0.16 49.29 0.84 0.45
Hex D6 B3 12 0 10 5C 10 31 54 2D
Octal 326 263 22 0 20 134 20 61 124 55
Binary 11010110 10110011 10010 0 10000 1011100 10000 110001 1010100 101101

Color Harmonies of #D6B312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B312

Black with #D6B312

Text Example


Text Example

White with #D6B312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B312; }

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

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

background-color css

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

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

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

border-color css

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

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

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