Html Css Color HEX #DCB007 Sunflower

📋 copy color: '#DCB007'

red 220 ◦ green 176 ◦ blue 7

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

Shades of Sunflower #DCB007

Tints of Sunflower #DCB007

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.67%

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

R = 54.59%
G = 43.67%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DCB007 (or 0xDCB007) is known color: Sunflower. HEX triplet: DC, B0 and 07. RGB value is (220,176,7). Sum of RGB (Red+Green+Blue) = 220+176+7=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 176 (69.14% from 255 or 43.67% from 403); Blue value is 7 (3.12% from 255 or 1.74% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB007 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCB007 is #234FF8. Grayscale: #AAAAAA. Windows color (decimal): -2314233 or 504028. OLE color: 504028.

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

Color convert

RGB 220 176 7 -
CMYK 0 0.2 0.97 0.14
HSL 47.61º 0.94% 0.45% -
HSV(B) 47.61º 0.97% 0.86% -
XYZ 45.08 46.28 6.76 -
YUV 169.89 36.08 163.74 -
System Red Green Blue C M Y K H S L
Decimal 220 176 7 0 0.2 0.97 0.14 47.61 0.94 0.45
Hex DC B0 7 0 14 61 E 30 5E 2D
Octal 334 260 7 0 24 141 16 60 136 55
Binary 11011100 10110000 111 0 10100 1100001 1110 110000 1011110 101101

Color Harmonies of #DCB007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB007

Black with #DCB007

Text Example


Text Example

White with #DCB007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB007; }

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

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

background-color css

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

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

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

border-color css

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

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

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