Html Css Color HEX #DFCA40 Confetti

📋 copy color: '#DFCA40'

red 223 ◦ green 202 ◦ blue 64

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

Shades of Confetti #DFCA40

Tints of Confetti #DFCA40

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.31%

 BLUE value IS 64 (25.39% from 255) = 13.09%

R = 45.6%
G = 41.31%
B = 13.09%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DFCA40 (or 0xDFCA40) is known color: Confetti. HEX triplet: DF, CA and 40. RGB value is (223,202,64). Sum of RGB (Red+Green+Blue) = 223+202+64=489 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.60% from 489); Green value is 202 (79.30% from 255 or 41.31% from 489); Blue value is 64 (25.39% from 255 or 13.09% from 489); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCA40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCA40 is #2035BF. Grayscale: #C1C1C1. Windows color (decimal): -2110912 or 4246239. OLE color: 4246239.

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

Color convert

RGB 223 202 64 -
CMYK 0 0.09 0.71 0.13
HSL 52.08º 0.71% 0.56% -
HSV(B) 52.08º 0.71% 0.87% -
XYZ 52.48 58.3 13.34 -
YUV 192.55 55.46 149.72 -
System Red Green Blue C M Y K H S L
Decimal 223 202 64 0 0.09 0.71 0.13 52.08 0.71 0.56
Hex DF CA 40 0 9 47 D 34 47 38
Octal 337 312 100 0 11 107 15 64 107 70
Binary 11011111 11001010 1000000 0 1001 1000111 1101 110100 1000111 111000

Color Harmonies of #DFCA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCA40

Black with #DFCA40

Text Example


Text Example

White with #DFCA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCA40; }

 p { color: rgb(223,202,64); }

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

background-color css

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

 a { background-color: rgb(223,202,64); }

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

border-color css

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

 span { border-color: rgb(223,202,64); }

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