Html Css Color HEX #DCC228 Sunflower

📋 copy color: '#DCC228'

red 220 ◦ green 194 ◦ blue 40

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

Shades of Sunflower #DCC228

Tints of Sunflower #DCC228

RGB

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

 GREEN value IS 194 (76.17% from 255) = 42.73%

 BLUE value IS 40 (16.02% from 255) = 8.81%

R = 48.46%
G = 42.73%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DCC228 (or 0xDCC228) is known color: Sunflower. HEX triplet: DC, C2 and 28. RGB value is (220,194,40). Sum of RGB (Red+Green+Blue) = 220+194+40=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 194 (76.17% from 255 or 42.73% from 454); Blue value is 40 (16.02% from 255 or 8.81% from 454); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC228 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC228 is #233DD7. Grayscale: #B8B8B8. Windows color (decimal): -2309592 or 2671324. OLE color: 2671324.

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

Color convert

RGB 220 194 40 -
CMYK 0 0.12 0.82 0.14
HSL 51.33º 0.72% 0.51% -
HSV(B) 51.33º 0.82% 0.86% -
XYZ 49.19 53.95 9.83 -
YUV 184.22 46.61 153.52 -
System Red Green Blue C M Y K H S L
Decimal 220 194 40 0 0.12 0.82 0.14 51.33 0.72 0.51
Hex DC C2 28 0 C 52 E 33 48 33
Octal 334 302 50 0 14 122 16 63 110 63
Binary 11011100 11000010 101000 0 1100 1010010 1110 110011 1001000 110011

Color Harmonies of #DCC228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC228

Black with #DCC228

Text Example


Text Example

White with #DCC228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC228; }

 p { color: rgb(220,194,40); }

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

background-color css

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

 a { background-color: rgb(220,194,40); }

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

border-color css

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

 span { border-color: rgb(220,194,40); }

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