Html Css Color HEX #DCB207 Sunflower

📋 copy color: '#DCB207'

red 220 ◦ green 178 ◦ blue 7

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

Shades of Sunflower #DCB207

Tints of Sunflower #DCB207

RGB

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

 GREEN value IS 178 (69.92% from 255) = 43.95%

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

R = 54.32%
G = 43.95%
B = 1.73%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DCB207 (or 0xDCB207) is known color: Sunflower. HEX triplet: DC, B2 and 07. RGB value is (220,178,7). Sum of RGB (Red+Green+Blue) = 220+178+7=405 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.32% from 405); Green value is 178 (69.92% from 255 or 43.95% from 405); Blue value is 7 (3.12% from 255 or 1.73% from 405); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB207 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCB207 is #234DF8. Grayscale: #ABABAB. Windows color (decimal): -2313721 or 504540. OLE color: 504540.

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

Color convert

RGB 220 178 7 -
CMYK 0 0.19 0.97 0.14
HSL 48.17º 0.94% 0.45% -
HSV(B) 48.17º 0.97% 0.86% -
XYZ 45.47 47.07 6.89 -
YUV 171.06 35.41 162.9 -
System Red Green Blue C M Y K H S L
Decimal 220 178 7 0 0.19 0.97 0.14 48.17 0.94 0.45
Hex DC B2 7 0 13 61 E 30 5E 2D
Octal 334 262 7 0 23 141 16 60 136 55
Binary 11011100 10110010 111 0 10011 1100001 1110 110000 1011110 101101

Color Harmonies of #DCB207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB207

Black with #DCB207

Text Example


Text Example

White with #DCB207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB207; }

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

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

background-color css

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

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

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

border-color css

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

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

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