Html Css Color HEX #D6B012 Sunflower

📋 copy color: '#D6B012'

red 214 ◦ green 176 ◦ blue 18

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

Shades of Sunflower #D6B012

Tints of Sunflower #D6B012

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.14%

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

R = 52.45%
G = 43.14%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D6B012 (or 0xD6B012) is known color: Sunflower. HEX triplet: D6, B0 and 12. RGB value is (214,176,18). Sum of RGB (Red+Green+Blue) = 214+176+18=408 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.45% from 408); Green value is 176 (69.14% from 255 or 43.14% from 408); Blue value is 18 (7.42% from 255 or 4.41% from 408); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B012 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6B012 is #294FED. Grayscale: #AAAAAA. Windows color (decimal): -2707438 or 1224918. OLE color: 1224918.

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

Color convert

RGB 214 176 18 -
CMYK 0 0.18 0.92 0.16
HSL 48.37º 0.84% 0.45% -
HSV(B) 48.37º 0.92% 0.84% -
XYZ 43.37 45.39 7.05 -
YUV 169.35 42.59 159.85 -
System Red Green Blue C M Y K H S L
Decimal 214 176 18 0 0.18 0.92 0.16 48.37 0.84 0.45
Hex D6 B0 12 0 12 5C 10 30 54 2D
Octal 326 260 22 0 22 134 20 60 124 55
Binary 11010110 10110000 10010 0 10010 1011100 10000 110000 1010100 101101

Color Harmonies of #D6B012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B012

Black with #D6B012

Text Example


Text Example

White with #D6B012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B012; }

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

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

background-color css

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

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

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

border-color css

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

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

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