Html Css Color HEX #DCB107 Sunflower

📋 copy color: '#DCB107'

red 220 ◦ green 177 ◦ blue 7

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

Shades of Sunflower #DCB107

Tints of Sunflower #DCB107

RGB

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

 GREEN value IS 177 (69.53% from 255) = 43.81%

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

R = 54.46%
G = 43.81%
B = 1.73%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DCB107 (or 0xDCB107) is known color: Sunflower. HEX triplet: DC, B1 and 07. RGB value is (220,177,7). Sum of RGB (Red+Green+Blue) = 220+177+7=404 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.46% from 404); Green value is 177 (69.53% from 255 or 43.81% from 404); Blue value is 7 (3.12% from 255 or 1.73% from 404); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB107 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCB107 is #234EF8. Grayscale: #ABABAB. Windows color (decimal): -2313977 or 504284. OLE color: 504284.

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

Color convert

RGB 220 177 7 -
CMYK 0 0.20 0.97 0.14
HSL 47.89º 0.94% 0.45% -
HSV(B) 47.89º 0.97% 0.86% -
XYZ 45.28 46.68 6.82 -
YUV 170.48 35.75 163.32 -
System Red Green Blue C M Y K H S L
Decimal 220 177 7 0 0.20 0.97 0.14 47.89 0.94 0.45
Hex DC B1 7 0 14 61 E 30 5E 2D
Octal 334 261 7 0 24 141 16 60 136 55
Binary 11011100 10110001 111 0 10100 1100001 1110 110000 1011110 101101

Color Harmonies of #DCB107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB107

Black with #DCB107

Text Example


Text Example

White with #DCB107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB107; }

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

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

background-color css

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

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

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

border-color css

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

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

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