Html Css Color HEX #DFCC46 Confetti

📋 copy color: '#DFCC46'

red 223 ◦ green 204 ◦ blue 70

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

Shades of Confetti #DFCC46

Tints of Confetti #DFCC46

RGB

 RED value IS 223 (87.5% from 255) = 44.87%

 GREEN value IS 204 (80.08% from 255) = 41.05%

 BLUE value IS 70 (27.73% from 255) = 14.08%

R = 44.87%
G = 41.05%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DFCC46 (or 0xDFCC46) is known color: Confetti. HEX triplet: DF, CC and 46. RGB value is (223,204,70). Sum of RGB (Red+Green+Blue) = 223+204+70=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 204 (80.08% from 255 or 41.05% from 497); Blue value is 70 (27.73% from 255 or 14.08% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCC46 is #2033B9. Grayscale: #C2C2C2. Windows color (decimal): -2110394 or 4639967. OLE color: 4639967.

HSL color Cylindrical-coordinate representation of color #DFCC46: hue angle of 52.55º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DFCC46 is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 204 70 -
CMYK 0 0.09 0.69 0.13
HSL 52.55º 0.71% 0.57% -
HSV(B) 52.55º 0.69% 0.87% -
XYZ 53.13 59.32 14.44 -
YUV 194.41 57.79 148.4 -
System Red Green Blue C M Y K H S L
Decimal 223 204 70 0 0.09 0.69 0.13 52.55 0.71 0.57
Hex DF CC 46 0 9 45 D 35 47 39
Octal 337 314 106 0 11 105 15 65 107 71
Binary 11011111 11001100 1000110 0 1001 1000101 1101 110101 1000111 111001

Color Harmonies of #DFCC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCC46

Black with #DFCC46

Text Example


Text Example

White with #DFCC46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCC46; }

 p { color: rgb(223,204,70); }

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

background-color css

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

 a { background-color: rgb(223,204,70); }

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

border-color css

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

 span { border-color: rgb(223,204,70); }

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