Html Css Color HEX #DCBA1F Sunflower

📋 copy color: '#DCBA1F'

red 220 ◦ green 186 ◦ blue 31

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

Shades of Sunflower #DCBA1F

Tints of Sunflower #DCBA1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.09%

R = 50.34%
G = 42.56%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DCBA1F (or 0xDCBA1F) is known color: Sunflower. HEX triplet: DC, BA and 1F. RGB value is (220,186,31). Sum of RGB (Red+Green+Blue) = 220+186+31=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 31 (12.5% from 255 or 7.09% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBA1F is #2345E0. Grayscale: #B3B3B3. Windows color (decimal): -2311649 or 2079452. OLE color: 2079452.

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

Color convert

RGB 220 186 31 -
CMYK 0 0.15 0.86 0.14
HSL 49.21º 0.75% 0.49% -
HSV(B) 49.21º 0.86% 0.86% -
XYZ 47.32 50.43 8.54 -
YUV 178.5 44.76 157.6 -
System Red Green Blue C M Y K H S L
Decimal 220 186 31 0 0.15 0.86 0.14 49.21 0.75 0.49
Hex DC BA 1F 0 F 56 E 31 4B 31
Octal 334 272 37 0 17 126 16 61 113 61
Binary 11011100 10111010 11111 0 1111 1010110 1110 110001 1001011 110001

Color Harmonies of #DCBA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBA1F

Black with #DCBA1F

Text Example


Text Example

White with #DCBA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBA1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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