Html Css Color HEX #DCC51A Sunflower

📋 copy color: '#DCC51A'

red 220 ◦ green 197 ◦ blue 26

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

Shades of Sunflower #DCC51A

Tints of Sunflower #DCC51A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.87%

R = 49.66%
G = 44.47%
B = 5.87%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DCC51A (or 0xDCC51A) is known color: Sunflower. HEX triplet: DC, C5 and 1A. RGB value is (220,197,26). Sum of RGB (Red+Green+Blue) = 220+197+26=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 197 (77.34% from 255 or 44.47% from 443); Blue value is 26 (10.55% from 255 or 5.87% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC51A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC51A is #233AE5. Grayscale: #B9B9B9. Windows color (decimal): -2308838 or 1754588. OLE color: 1754588.

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

Color convert

RGB 220 197 26 -
CMYK 0 0.10 0.88 0.14
HSL 52.89º 0.79% 0.48% -
HSV(B) 52.89º 0.88% 0.86% -
XYZ 49.67 55.22 9.02 -
YUV 184.38 38.62 153.4 -
System Red Green Blue C M Y K H S L
Decimal 220 197 26 0 0.10 0.88 0.14 52.89 0.79 0.48
Hex DC C5 1A 0 A 58 E 35 4F 30
Octal 334 305 32 0 12 130 16 65 117 60
Binary 11011100 11000101 11010 0 1010 1011000 1110 110101 1001111 110000

Color Harmonies of #DCC51A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC51A

Black with #DCC51A

Text Example


Text Example

White with #DCC51A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC51A; }

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

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

background-color css

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

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

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

border-color css

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

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

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