Html Css Color HEX #DCC526 Sunflower

📋 copy color: '#DCC526'

red 220 ◦ green 197 ◦ blue 38

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

Shades of Sunflower #DCC526

Tints of Sunflower #DCC526

RGB

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

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

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

R = 48.35%
G = 43.3%
B = 8.35%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DCC526 (or 0xDCC526) is known color: Sunflower. HEX triplet: DC, C5 and 26. RGB value is (220,197,38). Sum of RGB (Red+Green+Blue) = 220+197+38=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 197 (77.34% from 255 or 43.30% from 455); Blue value is 38 (15.23% from 255 or 8.35% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC526 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC526 is #233AD9. Grayscale: #BABABA. Windows color (decimal): -2308826 or 2541020. OLE color: 2541020.

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

Color convert

RGB 220 197 38 -
CMYK 0 0.10 0.83 0.14
HSL 52.42º 0.72% 0.51% -
HSV(B) 52.42º 0.83% 0.86% -
XYZ 49.83 55.29 9.88 -
YUV 185.75 44.62 152.43 -
System Red Green Blue C M Y K H S L
Decimal 220 197 38 0 0.10 0.83 0.14 52.42 0.72 0.51
Hex DC C5 26 0 A 53 E 34 48 33
Octal 334 305 46 0 12 123 16 64 110 63
Binary 11011100 11000101 100110 0 1010 1010011 1110 110100 1001000 110011

Color Harmonies of #DCC526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC526

Black with #DCC526

Text Example


Text Example

White with #DCC526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC526; }

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

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

background-color css

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

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

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

border-color css

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

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

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