Html Css Color HEX #DCB507 Sunflower

📋 copy color: '#DCB507'

red 220 ◦ green 181 ◦ blue 7

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

Shades of Sunflower #DCB507

Tints of Sunflower #DCB507

RGB

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

 GREEN value IS 181 (71.09% from 255) = 44.36%

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

R = 53.92%
G = 44.36%
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

#DCB507 (or 0xDCB507) is known color: Sunflower. HEX triplet: DC, B5 and 07. RGB value is (220,181,7). Sum of RGB (Red+Green+Blue) = 220+181+7=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 181 (71.09% from 255 or 44.36% from 408); Blue value is 7 (3.12% from 255 or 1.72% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB507 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB507 is #234AF8. Grayscale: #ADADAD. Windows color (decimal): -2312953 or 505308. OLE color: 505308.

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

Color convert

RGB 220 181 7 -
CMYK 0 0.18 0.97 0.14
HSL 49.01º 0.94% 0.45% -
HSV(B) 49.01º 0.97% 0.86% -
XYZ 46.08 48.28 7.09 -
YUV 172.83 34.42 161.65 -
System Red Green Blue C M Y K H S L
Decimal 220 181 7 0 0.18 0.97 0.14 49.01 0.94 0.45
Hex DC B5 7 0 12 61 E 31 5E 2D
Octal 334 265 7 0 22 141 16 61 136 55
Binary 11011100 10110101 111 0 10010 1100001 1110 110001 1011110 101101

Color Harmonies of #DCB507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB507

Black with #DCB507

Text Example


Text Example

White with #DCB507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB507; }

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

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

background-color css

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

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

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

border-color css

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

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

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