Html Css Color HEX #DCB407 Sunflower

📋 copy color: '#DCB407'

red 220 ◦ green 180 ◦ blue 7

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

Shades of Sunflower #DCB407

Tints of Sunflower #DCB407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.72%

R = 54.05%
G = 44.23%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DCB407 (or 0xDCB407) is known color: Sunflower. HEX triplet: DC, B4 and 07. RGB value is (220,180,7). Sum of RGB (Red+Green+Blue) = 220+180+7=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 180 (70.70% from 255 or 44.23% from 407); Blue value is 7 (3.12% from 255 or 1.72% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB407 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB407 is #234BF8. Grayscale: #ACACAC. Windows color (decimal): -2313209 or 505052. OLE color: 505052.

HSL color Cylindrical-coordinate representation of color #DCB407: hue angle of 48.73º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DCB407 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 180 7 -
CMYK 0 0.18 0.97 0.14
HSL 48.73º 0.94% 0.45% -
HSV(B) 48.73º 0.97% 0.86% -
XYZ 45.87 47.87 7.02 -
YUV 172.24 34.75 162.07 -
System Red Green Blue C M Y K H S L
Decimal 220 180 7 0 0.18 0.97 0.14 48.73 0.94 0.45
Hex DC B4 7 0 12 61 E 31 5E 2D
Octal 334 264 7 0 22 141 16 61 136 55
Binary 11011100 10110100 111 0 10010 1100001 1110 110001 1011110 101101

Color Harmonies of #DCB407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB407

Black with #DCB407

Text Example


Text Example

White with #DCB407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB407; }

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

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

background-color css

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

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

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

border-color css

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

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

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