Html Css Color HEX #DCB91A Sunflower

📋 copy color: '#DCB91A'

red 220 ◦ green 185 ◦ blue 26

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

Shades of Sunflower #DCB91A

Tints of Sunflower #DCB91A

RGB

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

 GREEN value IS 185 (72.66% from 255) = 42.92%

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

R = 51.04%
G = 42.92%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DCB91A (or 0xDCB91A) is known color: Sunflower. HEX triplet: DC, B9 and 1A. RGB value is (220,185,26). Sum of RGB (Red+Green+Blue) = 220+185+26=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 185 (72.66% from 255 or 42.92% from 431); Blue value is 26 (10.55% from 255 or 6.03% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB91A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB91A is #2346E5. Grayscale: #B2B2B2. Windows color (decimal): -2311910 or 1751516. OLE color: 1751516.

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

Color convert

RGB 220 185 26 -
CMYK 0 0.16 0.88 0.14
HSL 49.18º 0.79% 0.48% -
HSV(B) 49.18º 0.88% 0.86% -
XYZ 47.05 49.99 8.15 -
YUV 177.34 42.6 158.43 -
System Red Green Blue C M Y K H S L
Decimal 220 185 26 0 0.16 0.88 0.14 49.18 0.79 0.48
Hex DC B9 1A 0 10 58 E 31 4F 30
Octal 334 271 32 0 20 130 16 61 117 60
Binary 11011100 10111001 11010 0 10000 1011000 1110 110001 1001111 110000

Color Harmonies of #DCB91A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB91A

Black with #DCB91A

Text Example


Text Example

White with #DCB91A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB91A; }

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

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

background-color css

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

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

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

border-color css

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

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

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