Html Css Color HEX #DCB907 Sunflower

📋 copy color: '#DCB907'

red 220 ◦ green 185 ◦ blue 7

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

Shades of Sunflower #DCB907

Tints of Sunflower #DCB907

RGB

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

 GREEN value IS 185 (72.66% from 255) = 44.9%

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

R = 53.4%
G = 44.9%
B = 1.7%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DCB907 (or 0xDCB907) is known color: Sunflower. HEX triplet: DC, B9 and 07. RGB value is (220,185,7). Sum of RGB (Red+Green+Blue) = 220+185+7=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 185 (72.66% from 255 or 44.90% from 412); Blue value is 7 (3.12% from 255 or 1.70% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB907 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB907 is #2346F8. Grayscale: #AFAFAF. Windows color (decimal): -2311929 or 506332. OLE color: 506332.

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

Color convert

RGB 220 185 7 -
CMYK 0 0.16 0.97 0.14
HSL 50.14º 0.94% 0.45% -
HSV(B) 50.14º 0.97% 0.86% -
XYZ 46.9 49.93 7.37 -
YUV 175.17 33.1 159.97 -
System Red Green Blue C M Y K H S L
Decimal 220 185 7 0 0.16 0.97 0.14 50.14 0.94 0.45
Hex DC B9 7 0 10 61 E 32 5E 2D
Octal 334 271 7 0 20 141 16 62 136 55
Binary 11011100 10111001 111 0 10000 1100001 1110 110010 1011110 101101

Color Harmonies of #DCB907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB907

Black with #DCB907

Text Example


Text Example

White with #DCB907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB907; }

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

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

background-color css

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

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

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

border-color css

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

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

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