Html Css Color HEX #DCC51C Sunflower

📋 copy color: '#DCC51C'

red 220 ◦ green 197 ◦ blue 28

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

Shades of Sunflower #DCC51C

Tints of Sunflower #DCC51C

RGB

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

 GREEN value IS 197 (77.34% from 255) = 44.27%

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

R = 49.44%
G = 44.27%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DCC51C (or 0xDCC51C) is known color: Sunflower. HEX triplet: DC, C5 and 1C. RGB value is (220,197,28). Sum of RGB (Red+Green+Blue) = 220+197+28=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 197 (77.34% from 255 or 44.27% from 445); Blue value is 28 (11.33% from 255 or 6.29% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC51C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC51C is #233AE3. Grayscale: #B9B9B9. Windows color (decimal): -2308836 or 1885660. OLE color: 1885660.

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

Color convert

RGB 220 197 28 -
CMYK 0 0.10 0.87 0.14
HSL 52.81º 0.77% 0.49% -
HSV(B) 52.81º 0.87% 0.86% -
XYZ 49.69 55.23 9.14 -
YUV 184.61 39.62 153.24 -
System Red Green Blue C M Y K H S L
Decimal 220 197 28 0 0.10 0.87 0.14 52.81 0.77 0.49
Hex DC C5 1C 0 A 57 E 35 4D 31
Octal 334 305 34 0 12 127 16 65 115 61
Binary 11011100 11000101 11100 0 1010 1010111 1110 110101 1001101 110001

Color Harmonies of #DCC51C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC51C

Black with #DCC51C

Text Example


Text Example

White with #DCC51C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC51C; }

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

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

background-color css

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

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

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

border-color css

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

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

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