Html Css Color HEX #DCC70F Sunflower

📋 copy color: '#DCC70F'

red 220 ◦ green 199 ◦ blue 15

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

Shades of Sunflower #DCC70F

Tints of Sunflower #DCC70F

RGB

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

 GREEN value IS 199 (78.13% from 255) = 45.85%

 BLUE value IS 15 (6.25% from 255) = 3.46%

R = 50.69%
G = 45.85%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DCC70F (or 0xDCC70F) is known color: Sunflower. HEX triplet: DC, C7 and 0F. RGB value is (220,199,15). Sum of RGB (Red+Green+Blue) = 220+199+15=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 199 (78.12% from 255 or 45.85% from 434); Blue value is 15 (6.25% from 255 or 3.46% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC70F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC70F is #2338F0. Grayscale: #B9B9B9. Windows color (decimal): -2308337 or 1034204. OLE color: 1034204.

HSL color Cylindrical-coordinate representation of color #DCC70F: hue angle of 53.85º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DCC70F is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 199 15 -
CMYK 0 0.10 0.93 0.14
HSL 53.85º 0.87% 0.46% -
HSV(B) 53.85º 0.93% 0.86% -
XYZ 50.02 56.1 8.64 -
YUV 184.3 32.46 153.46 -
System Red Green Blue C M Y K H S L
Decimal 220 199 15 0 0.10 0.93 0.14 53.85 0.87 0.46
Hex DC C7 F 0 A 5D E 36 57 2E
Octal 334 307 17 0 12 135 16 66 127 56
Binary 11011100 11000111 1111 0 1010 1011101 1110 110110 1010111 101110

Color Harmonies of #DCC70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC70F

Black with #DCC70F

Text Example


Text Example

White with #DCC70F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC70F; }

 p { color: rgb(220,199,15); }

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

background-color css

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

 a { background-color: rgb(220,199,15); }

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

border-color css

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

 span { border-color: rgb(220,199,15); }

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