Html Css Color HEX #DCBA1B Sunflower

📋 copy color: '#DCBA1B'

red 220 ◦ green 186 ◦ blue 27

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

Shades of Sunflower #DCBA1B

Tints of Sunflower #DCBA1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.24%

R = 50.81%
G = 42.96%
B = 6.24%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DCBA1B (or 0xDCBA1B) is known color: Sunflower. HEX triplet: DC, BA and 1B. RGB value is (220,186,27). Sum of RGB (Red+Green+Blue) = 220+186+27=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 27 (10.94% from 255 or 6.24% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBA1B is #2345E4. Grayscale: #B2B2B2. Windows color (decimal): -2311653 or 1817308. OLE color: 1817308.

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

Color convert

RGB 220 186 27 -
CMYK 0 0.15 0.88 0.14
HSL 49.43º 0.78% 0.48% -
HSV(B) 49.43º 0.88% 0.86% -
XYZ 47.27 50.41 8.28 -
YUV 178.04 42.76 157.93 -
System Red Green Blue C M Y K H S L
Decimal 220 186 27 0 0.15 0.88 0.14 49.43 0.78 0.48
Hex DC BA 1B 0 F 58 E 31 4E 30
Octal 334 272 33 0 17 130 16 61 116 60
Binary 11011100 10111010 11011 0 1111 1011000 1110 110001 1001110 110000

Color Harmonies of #DCBA1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBA1B

Black with #DCBA1B

Text Example


Text Example

White with #DCBA1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBA1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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