Html Css Color HEX #DFCF53 Confetti

📋 copy color: '#DFCF53'

red 223 ◦ green 207 ◦ blue 83

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

Shades of Confetti #DFCF53

Tints of Confetti #DFCF53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 16.18%

R = 43.47%
G = 40.35%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DFCF53 (or 0xDFCF53) is known color: Confetti. HEX triplet: DF, CF and 53. RGB value is (223,207,83). Sum of RGB (Red+Green+Blue) = 223+207+83=513 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.47% from 513); Green value is 207 (81.25% from 255 or 40.35% from 513); Blue value is 83 (32.81% from 255 or 16.18% from 513); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCF53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCF53 is #2030AC. Grayscale: #C6C6C6. Windows color (decimal): -2109613 or 5492703. OLE color: 5492703.

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

Color convert

RGB 223 207 83 -
CMYK 0 0.07 0.63 0.13
HSL 53.14º 0.69% 0.6% -
HSV(B) 53.14º 0.63% 0.87% -
XYZ 54.31 60.94 17.08 -
YUV 197.65 63.3 146.08 -
System Red Green Blue C M Y K H S L
Decimal 223 207 83 0 0.07 0.63 0.13 53.14 0.69 0.6
Hex DF CF 53 0 7 3F D 35 45 3C
Octal 337 317 123 0 7 77 15 65 105 74
Binary 11011111 11001111 1010011 0 111 111111 1101 110101 1000101 111100

Color Harmonies of #DFCF53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCF53

Black with #DFCF53

Text Example


Text Example

White with #DFCF53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCF53; }

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

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

background-color css

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

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

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

border-color css

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

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

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