Html Css Color HEX #DCC101 Sunflower

📋 copy color: '#DCC101'

red 220 ◦ green 193 ◦ blue 1

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

Shades of Sunflower #DCC101

Tints of Sunflower #DCC101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 53.14%
G = 46.62%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1.00

 K value IS 0.14

RGB Variations

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

Color information

#DCC101 (or 0xDCC101) is known color: Sunflower. HEX triplet: DC, C1 and 01. RGB value is (220,193,1). Sum of RGB (Red+Green+Blue) = 220+193+1=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 193 (75.78% from 255 or 46.62% from 414); Blue value is 1 (0.78% from 255 or 0.24% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC101 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC101 is #233EFE. Grayscale: #B3B3B3. Windows color (decimal): -2309887 or 115164. OLE color: 115164.

HSL color Cylindrical-coordinate representation of color #DCC101: hue angle of 52.6º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DCC101 is Cyan = 0, Magento = 0.12, Yellow = 1.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 193 1 -
CMYK 0 0.12 1.00 0.14
HSL 52.6º 0.99% 0.43% -
HSV(B) 52.6º 1% 0.86% -
XYZ 48.59 53.36 7.77 -
YUV 179.19 27.45 157.11 -
System Red Green Blue C M Y K H S L
Decimal 220 193 1 0 0.12 1.00 0.14 52.6 0.99 0.43
Hex DC C1 1 0 C 64 E 35 63 2B
Octal 334 301 1 0 14 144 16 65 143 53
Binary 11011100 11000001 1 0 1100 1100100 1110 110101 1100011 101011

Color Harmonies of #DCC101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC101

Black with #DCC101

Text Example


Text Example

White with #DCC101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC101; }

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

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

background-color css

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

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

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

border-color css

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

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

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