Html Css Color HEX #DCB60A Sunflower

📋 copy color: '#DCB60A'

red 220 ◦ green 182 ◦ blue 10

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

Shades of Sunflower #DCB60A

Tints of Sunflower #DCB60A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 44.17%

 BLUE value IS 10 (4.3% from 255) = 2.43%

R = 53.4%
G = 44.17%
B = 2.43%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DCB60A (or 0xDCB60A) is known color: Sunflower. HEX triplet: DC, B6 and 0A. RGB value is (220,182,10). Sum of RGB (Red+Green+Blue) = 220+182+10=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 182 (71.48% from 255 or 44.17% from 412); Blue value is 10 (4.30% from 255 or 2.43% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB60A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB60A is #2349F5. Grayscale: #AEAEAE. Windows color (decimal): -2312694 or 702172. OLE color: 702172.

HSL color Cylindrical-coordinate representation of color #DCB60A: hue angle of 49.14º degrees, saturation: 0.91, 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 #DCB60A is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 182 10 -
CMYK 0 0.17 0.95 0.14
HSL 49.14º 0.91% 0.45% -
HSV(B) 49.14º 0.95% 0.86% -
XYZ 46.3 48.69 7.25 -
YUV 173.75 35.59 160.99 -
System Red Green Blue C M Y K H S L
Decimal 220 182 10 0 0.17 0.95 0.14 49.14 0.91 0.45
Hex DC B6 A 0 11 5F E 31 5B 2D
Octal 334 266 12 0 21 137 16 61 133 55
Binary 11011100 10110110 1010 0 10001 1011111 1110 110001 1011011 101101

Color Harmonies of #DCB60A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB60A

Black with #DCB60A

Text Example


Text Example

White with #DCB60A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB60A; }

 p { color: rgb(220,182,10); }

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

background-color css

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

 a { background-color: rgb(220,182,10); }

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

border-color css

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

 span { border-color: rgb(220,182,10); }

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