Html Css Color HEX #DCBA12 Sunflower

📋 copy color: '#DCBA12'

red 220 ◦ green 186 ◦ blue 18

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

Shades of Sunflower #DCBA12

Tints of Sunflower #DCBA12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.25%

R = 51.89%
G = 43.87%
B = 4.25%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DCBA12 (or 0xDCBA12) is known color: Sunflower. HEX triplet: DC, BA and 12. RGB value is (220,186,18). Sum of RGB (Red+Green+Blue) = 220+186+18=424 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.89% from 424); Green value is 186 (73.05% from 255 or 43.87% from 424); Blue value is 18 (7.42% from 255 or 4.25% from 424); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBA12 is #2345ED. Grayscale: #B1B1B1. Windows color (decimal): -2311662 or 1227484. OLE color: 1227484.

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

Color convert

RGB 220 186 18 -
CMYK 0 0.15 0.92 0.14
HSL 49.9º 0.85% 0.47% -
HSV(B) 49.9º 0.92% 0.86% -
XYZ 47.18 50.38 7.81 -
YUV 177.01 38.26 158.66 -
System Red Green Blue C M Y K H S L
Decimal 220 186 18 0 0.15 0.92 0.14 49.9 0.85 0.47
Hex DC BA 12 0 F 5C E 32 55 2F
Octal 334 272 22 0 17 134 16 62 125 57
Binary 11011100 10111010 10010 0 1111 1011100 1110 110010 1010101 101111

Color Harmonies of #DCBA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBA12

Black with #DCBA12

Text Example


Text Example

White with #DCBA12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBA12; }

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

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

background-color css

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

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

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

border-color css

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

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

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