Html Css Color HEX #DCBA16 Sunflower

📋 copy color: '#DCBA16'

red 220 ◦ green 186 ◦ blue 22

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

Shades of Sunflower #DCBA16

Tints of Sunflower #DCBA16

RGB

 RED value IS 220 (86.33% from 255) = 51.4%

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

 BLUE value IS 22 (8.98% from 255) = 5.14%

R = 51.4%
G = 43.46%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.9

 K value IS 0.14

RGB Variations

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

Color information

#DCBA16 (or 0xDCBA16) is known color: Sunflower. HEX triplet: DC, BA and 16. RGB value is (220,186,22). Sum of RGB (Red+Green+Blue) = 220+186+22=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 186 (73.05% from 255 or 43.46% from 428); Blue value is 22 (8.98% from 255 or 5.14% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBA16 is #2345E9. Grayscale: #B2B2B2. Windows color (decimal): -2311658 or 1489628. OLE color: 1489628.

HSL color Cylindrical-coordinate representation of color #DCBA16: hue angle of 49.7º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DCBA16 is Cyan = 0, Magento = 0.15, Yellow = 0.9 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 186 22 -
CMYK 0 0.15 0.9 0.14
HSL 49.7º 0.82% 0.47% -
HSV(B) 49.7º 0.9% 0.86% -
XYZ 47.22 50.39 8 -
YUV 177.47 40.26 158.34 -
System Red Green Blue C M Y K H S L
Decimal 220 186 22 0 0.15 0.9 0.14 49.7 0.82 0.47
Hex DC BA 16 0 F 5A E 32 52 2F
Octal 334 272 26 0 17 132 16 62 122 57
Binary 11011100 10111010 10110 0 1111 1011010 1110 110010 1010010 101111

Color Harmonies of #DCBA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBA16

Black with #DCBA16

Text Example


Text Example

White with #DCBA16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBA16; }

 p { color: rgb(220,186,22); }

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

background-color css

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

 a { background-color: rgb(220,186,22); }

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

border-color css

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

 span { border-color: rgb(220,186,22); }

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