Html Css Color HEX #DCBA0C Sunflower

📋 copy color: '#DCBA0C'

red 220 ◦ green 186 ◦ blue 12

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

Shades of Sunflower #DCBA0C

Tints of Sunflower #DCBA0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.87%

R = 52.63%
G = 44.5%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DCBA0C (or 0xDCBA0C) is known color: Sunflower. HEX triplet: DC, BA and 0C. RGB value is (220,186,12). Sum of RGB (Red+Green+Blue) = 220+186+12=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 186 (73.05% from 255 or 44.50% from 418); Blue value is 12 (5.08% from 255 or 2.87% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBA0C is #2345F3. Grayscale: #B1B1B1. Windows color (decimal): -2311668 or 834268. OLE color: 834268.

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

Color convert

RGB 220 186 12 -
CMYK 0 0.15 0.95 0.14
HSL 50.19º 0.9% 0.45% -
HSV(B) 50.19º 0.95% 0.86% -
XYZ 47.14 50.36 7.58 -
YUV 176.33 35.26 159.15 -
System Red Green Blue C M Y K H S L
Decimal 220 186 12 0 0.15 0.95 0.14 50.19 0.9 0.45
Hex DC BA C 0 F 5F E 32 5A 2D
Octal 334 272 14 0 17 137 16 62 132 55
Binary 11011100 10111010 1100 0 1111 1011111 1110 110010 1011010 101101

Color Harmonies of #DCBA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBA0C

Black with #DCBA0C

Text Example


Text Example

White with #DCBA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBA0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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