Html Css Color HEX #D6B812 Sunflower

📋 copy color: '#D6B812'

red 214 ◦ green 184 ◦ blue 18

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

Shades of Sunflower #D6B812

Tints of Sunflower #D6B812

RGB

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

 GREEN value IS 184 (72.27% from 255) = 44.23%

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

R = 51.44%
G = 44.23%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D6B812 (or 0xD6B812) is known color: Sunflower. HEX triplet: D6, B8 and 12. RGB value is (214,184,18). Sum of RGB (Red+Green+Blue) = 214+184+18=416 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.44% from 416); Green value is 184 (72.27% from 255 or 44.23% from 416); Blue value is 18 (7.42% from 255 or 4.33% from 416); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B812 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6B812 is #2947ED. Grayscale: #AEAEAE. Windows color (decimal): -2705390 or 1226966. OLE color: 1226966.

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

Color convert

RGB 214 184 18 -
CMYK 0 0.14 0.92 0.16
HSL 50.82º 0.84% 0.45% -
HSV(B) 50.82º 0.92% 0.84% -
XYZ 44.98 48.62 7.59 -
YUV 174.05 39.94 156.5 -
System Red Green Blue C M Y K H S L
Decimal 214 184 18 0 0.14 0.92 0.16 50.82 0.84 0.45
Hex D6 B8 12 0 E 5C 10 33 54 2D
Octal 326 270 22 0 16 134 20 63 124 55
Binary 11010110 10111000 10010 0 1110 1011100 10000 110011 1010100 101101

Color Harmonies of #D6B812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B812

Black with #D6B812

Text Example


Text Example

White with #D6B812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B812; }

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

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

background-color css

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

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

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

border-color css

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

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

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