Html Css Color HEX #DCB800 Sunflower

📋 copy color: '#DCB800'

red 220 ◦ green 184 ◦ blue 0

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

Shades of Sunflower #DCB800

Tints of Sunflower #DCB800

RGB

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

 GREEN value IS 184 (72.27% from 255) = 45.54%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.46%
G = 45.54%
B = 0%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DCB800 (or 0xDCB800) is known color: Sunflower. HEX triplet: DC, B8 and 00. RGB value is (220,184,0). Sum of RGB (Red+Green+Blue) = 220+184+0=404 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.46% from 404); Green value is 184 (72.27% from 255 or 45.54% from 404); Blue value is 0 (0.39% from 255 or 0% from 404); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB800 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB800 is #2347FF. Grayscale: #AEAEAE. Windows color (decimal): -2312192 or 47324. OLE color: 47324.

HSL color Cylindrical-coordinate representation of color #DCB800: hue angle of 50.18º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DCB800 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 184 0 -
CMYK 0 0.16 1 0.14
HSL 50.18º 1% 0.43% -
HSV(B) 50.18º 1% 0.86% -
XYZ 46.66 49.5 7.09 -
YUV 173.79 29.93 160.96 -
System Red Green Blue C M Y K H S L
Decimal 220 184 0 0 0.16 1 0.14 50.18 1 0.43
Hex DC B8 0 0 10 64 E 32 64 2B
Octal 334 270 0 0 20 144 16 62 144 53
Binary 11011100 10111000 0 0 10000 1100100 1110 110010 1100100 101011

Color Harmonies of #DCB800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB800

Black with #DCB800

Text Example


Text Example

White with #DCB800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB800; }

 p { color: rgb(220,184,0); }

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

background-color css

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

 a { background-color: rgb(220,184,0); }

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

border-color css

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

 span { border-color: rgb(220,184,0); }

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