Html Css Color HEX #DCC026 Sunflower

📋 copy color: '#DCC026'

red 220 ◦ green 192 ◦ blue 38

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

Shades of Sunflower #DCC026

Tints of Sunflower #DCC026

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.67%

 BLUE value IS 38 (15.23% from 255) = 8.44%

R = 48.89%
G = 42.67%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DCC026 (or 0xDCC026) is known color: Sunflower. HEX triplet: DC, C0 and 26. RGB value is (220,192,38). Sum of RGB (Red+Green+Blue) = 220+192+38=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 38 (15.23% from 255 or 8.44% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC026 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC026 is #233FD9. Grayscale: #B7B7B7. Windows color (decimal): -2310106 or 2539740. OLE color: 2539740.

HSL color Cylindrical-coordinate representation of color #DCC026: hue angle of 50.77º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DCC026 is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 192 38 -
CMYK 0 0.13 0.83 0.14
HSL 50.77º 0.72% 0.51% -
HSV(B) 50.77º 0.83% 0.86% -
XYZ 48.71 53.05 9.51 -
YUV 182.82 46.28 154.52 -
System Red Green Blue C M Y K H S L
Decimal 220 192 38 0 0.13 0.83 0.14 50.77 0.72 0.51
Hex DC C0 26 0 D 53 E 33 48 33
Octal 334 300 46 0 15 123 16 63 110 63
Binary 11011100 11000000 100110 0 1101 1010011 1110 110011 1001000 110011

Color Harmonies of #DCC026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC026

Black with #DCC026

Text Example


Text Example

White with #DCC026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC026; }

 p { color: rgb(220,192,38); }

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

background-color css

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

 a { background-color: rgb(220,192,38); }

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

border-color css

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

 span { border-color: rgb(220,192,38); }

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