Html Css Color HEX #DCBA14 Sunflower

📋 copy color: '#DCBA14'

red 220 ◦ green 186 ◦ blue 20

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

Shades of Sunflower #DCBA14

Tints of Sunflower #DCBA14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.69%

R = 51.64%
G = 43.66%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DCBA14 (or 0xDCBA14) is known color: Sunflower. HEX triplet: DC, BA and 14. RGB value is (220,186,20). Sum of RGB (Red+Green+Blue) = 220+186+20=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 186 (73.05% from 255 or 43.66% from 426); Blue value is 20 (8.20% from 255 or 4.69% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBA14 is #2345EB. Grayscale: #B1B1B1. Windows color (decimal): -2311660 or 1358556. OLE color: 1358556.

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

Color convert

RGB 220 186 20 -
CMYK 0 0.15 0.91 0.14
HSL 49.8º 0.83% 0.47% -
HSV(B) 49.8º 0.91% 0.86% -
XYZ 47.2 50.38 7.9 -
YUV 177.24 39.26 158.5 -
System Red Green Blue C M Y K H S L
Decimal 220 186 20 0 0.15 0.91 0.14 49.8 0.83 0.47
Hex DC BA 14 0 F 5B E 32 53 2F
Octal 334 272 24 0 17 133 16 62 123 57
Binary 11011100 10111010 10100 0 1111 1011011 1110 110010 1010011 101111

Color Harmonies of #DCBA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBA14

Black with #DCBA14

Text Example


Text Example

White with #DCBA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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