Html Css Color HEX #DCC11C Sunflower

📋 copy color: '#DCC11C'

red 220 ◦ green 193 ◦ blue 28

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

Shades of Sunflower #DCC11C

Tints of Sunflower #DCC11C

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.76%

 BLUE value IS 28 (11.33% from 255) = 6.35%

R = 49.89%
G = 43.76%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DCC11C (or 0xDCC11C) is known color: Sunflower. HEX triplet: DC, C1 and 1C. RGB value is (220,193,28). Sum of RGB (Red+Green+Blue) = 220+193+28=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 193 (75.78% from 255 or 43.76% from 441); Blue value is 28 (11.33% from 255 or 6.35% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC11C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC11C is #233EE3. Grayscale: #B6B6B6. Windows color (decimal): -2309860 or 1884636. OLE color: 1884636.

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

Color convert

RGB 220 193 28 -
CMYK 0 0.12 0.87 0.14
HSL 51.56º 0.77% 0.49% -
HSV(B) 51.56º 0.87% 0.86% -
XYZ 48.79 53.44 8.84 -
YUV 182.26 40.95 154.92 -
System Red Green Blue C M Y K H S L
Decimal 220 193 28 0 0.12 0.87 0.14 51.56 0.77 0.49
Hex DC C1 1C 0 C 57 E 34 4D 31
Octal 334 301 34 0 14 127 16 64 115 61
Binary 11011100 11000001 11100 0 1100 1010111 1110 110100 1001101 110001

Color Harmonies of #DCC11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC11C

Black with #DCC11C

Text Example


Text Example

White with #DCC11C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC11C; }

 p { color: rgb(220,193,28); }

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

background-color css

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

 a { background-color: rgb(220,193,28); }

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

border-color css

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

 span { border-color: rgb(220,193,28); }

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