Html Css Color HEX #DFCF48 Confetti

📋 copy color: '#DFCF48'

red 223 ◦ green 207 ◦ blue 72

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

Shades of Confetti #DFCF48

Tints of Confetti #DFCF48

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.24%

 BLUE value IS 72 (28.52% from 255) = 14.34%

R = 44.42%
G = 41.24%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DFCF48 (or 0xDFCF48) is known color: Confetti. HEX triplet: DF, CF and 48. RGB value is (223,207,72). Sum of RGB (Red+Green+Blue) = 223+207+72=502 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.42% from 502); Green value is 207 (81.25% from 255 or 41.24% from 502); Blue value is 72 (28.52% from 255 or 14.34% from 502); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCF48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCF48 is #2030B7. Grayscale: #C4C4C4. Windows color (decimal): -2109624 or 4771807. OLE color: 4771807.

HSL color Cylindrical-coordinate representation of color #DFCF48: hue angle of 53.64º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DFCF48 is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 207 72 -
CMYK 0 0.07 0.68 0.13
HSL 53.64º 0.7% 0.58% -
HSV(B) 53.64º 0.68% 0.87% -
XYZ 53.91 60.78 15.02 -
YUV 196.39 57.8 146.98 -
System Red Green Blue C M Y K H S L
Decimal 223 207 72 0 0.07 0.68 0.13 53.64 0.7 0.58
Hex DF CF 48 0 7 44 D 36 46 3A
Octal 337 317 110 0 7 104 15 66 106 72
Binary 11011111 11001111 1001000 0 111 1000100 1101 110110 1000110 111010

Color Harmonies of #DFCF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCF48

Black with #DFCF48

Text Example


Text Example

White with #DFCF48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCF48; }

 p { color: rgb(223,207,72); }

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

background-color css

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

 a { background-color: rgb(223,207,72); }

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

border-color css

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

 span { border-color: rgb(223,207,72); }

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