Html Css Color HEX #DCB41A Sunflower

📋 copy color: '#DCB41A'

red 220 ◦ green 180 ◦ blue 26

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

Shades of Sunflower #DCB41A

Tints of Sunflower #DCB41A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.25%

 BLUE value IS 26 (10.55% from 255) = 6.1%

R = 51.64%
G = 42.25%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DCB41A (or 0xDCB41A) is known color: Sunflower. HEX triplet: DC, B4 and 1A. RGB value is (220,180,26). Sum of RGB (Red+Green+Blue) = 220+180+26=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 180 (70.70% from 255 or 42.25% from 426); Blue value is 26 (10.55% from 255 or 6.10% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB41A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB41A is #234BE5. Grayscale: #AFAFAF. Windows color (decimal): -2313190 or 1750236. OLE color: 1750236.

HSL color Cylindrical-coordinate representation of color #DCB41A: hue angle of 47.63º degrees, saturation: 0.79, 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 #DCB41A is Cyan = 0, Magento = 0.18, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 180 26 -
CMYK 0 0.18 0.88 0.14
HSL 47.63º 0.79% 0.48% -
HSV(B) 47.63º 0.88% 0.86% -
XYZ 46.02 47.93 7.8 -
YUV 174.4 44.25 160.52 -
System Red Green Blue C M Y K H S L
Decimal 220 180 26 0 0.18 0.88 0.14 47.63 0.79 0.48
Hex DC B4 1A 0 12 58 E 30 4F 30
Octal 334 264 32 0 22 130 16 60 117 60
Binary 11011100 10110100 11010 0 10010 1011000 1110 110000 1001111 110000

Color Harmonies of #DCB41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB41A

Black with #DCB41A

Text Example


Text Example

White with #DCB41A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB41A; }

 p { color: rgb(220,180,26); }

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

background-color css

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

 a { background-color: rgb(220,180,26); }

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

border-color css

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

 span { border-color: rgb(220,180,26); }

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