Html Css Color HEX #DCB40B Sunflower

📋 copy color: '#DCB40B'

red 220 ◦ green 180 ◦ blue 11

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

Shades of Sunflower #DCB40B

Tints of Sunflower #DCB40B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.68%

R = 53.53%
G = 43.8%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DCB40B (or 0xDCB40B) is known color: Sunflower. HEX triplet: DC, B4 and 0B. RGB value is (220,180,11). Sum of RGB (Red+Green+Blue) = 220+180+11=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 180 (70.70% from 255 or 43.80% from 411); Blue value is 11 (4.69% from 255 or 2.68% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB40B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB40B is #234BF4. Grayscale: #ADADAD. Windows color (decimal): -2313205 or 767196. OLE color: 767196.

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

Color convert

RGB 220 180 11 -
CMYK 0 0.18 0.95 0.14
HSL 48.52º 0.9% 0.45% -
HSV(B) 48.52º 0.95% 0.86% -
XYZ 45.9 47.88 7.14 -
YUV 172.69 36.75 161.74 -
System Red Green Blue C M Y K H S L
Decimal 220 180 11 0 0.18 0.95 0.14 48.52 0.9 0.45
Hex DC B4 B 0 12 5F E 31 5A 2D
Octal 334 264 13 0 22 137 16 61 132 55
Binary 11011100 10110100 1011 0 10010 1011111 1110 110001 1011010 101101

Color Harmonies of #DCB40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB40B

Black with #DCB40B

Text Example


Text Example

White with #DCB40B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB40B; }

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

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

background-color css

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

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

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

border-color css

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

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

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